aboutsummaryrefslogtreecommitdiffstats
path: root/bulgarian/events
diff options
context:
space:
mode:
authorRumen Krasstev <rkrastev>2004-07-27 23:49:39 +0000
committerRumen Krasstev <rkrastev>2004-07-27 23:49:39 +0000
commitbb666752fbaca2b2a7eb2d068ef6eb038f34b855 (patch)
tree9c24d9b35938549d70f93859d49d4c625c4db7f2 /bulgarian/events
parent740621b7288da8f9fc55ab280f935b8be0a8c3cd (diff)
initial translation
CVS version numbers bulgarian/News/weekly/2004/index.wml: INITIAL -> 1.1 bulgarian/events/2004/Makefile: INITIAL -> 1.1 bulgarian/events/2004/index.wml: INITIAL -> 1.1
Diffstat (limited to 'bulgarian/events')
-rw-r--r--bulgarian/events/2004/Makefile35
-rw-r--r--bulgarian/events/2004/index.wml5
2 files changed, 40 insertions, 0 deletions
diff --git a/bulgarian/events/2004/Makefile b/bulgarian/events/2004/Makefile
new file mode 100644
index 00000000000..1c68a62fbfc
--- /dev/null
+++ b/bulgarian/events/2004/Makefile
@@ -0,0 +1,35 @@
+# This Makefile should need no changes from webwml/english/events/2004/Makefile
+# Please send a message to debian-www if you need to modify anything, so the
+# problem can be fixed.
+
+WMLBASE=../..
+CUR_DIR=events/2004
+SUBS=
+
+include $(WMLBASE)/Make.lang
+
+
+# Do Not modify the following lines
+EVENTFILES := $(wildcard [0-9]*\-*.wml)
+ICSFILES := $(filter-out %-report.wml,$(EVENTFILES))
+ICSFILES := $(ICSFILES:.wml=.$(LANGUAGE).ics)
+DESTICSFILES := $(patsubst %.ics,$(HTMLDIR)/%.ics,$(ICSFILES))
+
+all:: $(ICSFILES)
+
+install:: $(DESTICSFILES)
+
+clean::
+ rm -f *.$(LANGUAGE).ics
+
+index.$(LANGUAGE).html: index.wml $(wildcard [0-9]*\-*.wml) $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+
+%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/event.wml
+ $(WML) $(<F)
+
+%.$(LANGUAGE).ics: %.wml $(ENGLISHSRCDIR)/events/make_ics.pl
+ $(ENGLISHSRCDIR)/events/make_ics.pl $< $@
+
+$(HTMLDIR)/%.ics: %.ics
+ @echo copying $< to $(HTMLDIR)
+ -@install -m 644 -p $< $(HTMLDIR)
diff --git a/bulgarian/events/2004/index.wml b/bulgarian/events/2004/index.wml
new file mode 100644
index 00000000000..a082e859329
--- /dev/null
+++ b/bulgarian/events/2004/index.wml
@@ -0,0 +1,5 @@
+<define-tag pagetitle>Събитията през 2004</define-tag>
+#use wml::debian::template title="Събитията през 2004г."
+#use wml::debian::recent_list
+
+<:= get_recent_list ( '.', '0', '$(ENGLISHDIR)/events/2004', 'table', '\d+.*' ) :>

© 2014-2024 Faster IT GmbH | imprint | privacy policy