From a3cb612a217434cfdf1513caa2d310af3f740395 Mon Sep 17 00:00:00 2001 From: idfx Date: Sat, 25 Aug 2001 12:34:05 +0000 Subject: [PATCH] rename of template-dir to template-dist. in a installed system the templates should not be in the cvs --- templates-dist/de/bilder.template | 123 ++++++ templates-dist/de/bilderlist.template | 109 +++++ templates-dist/de/breaking.template | 42 ++ templates-dist/de/breakinglist.template | 47 ++ templates-dist/de/comment.template | 85 ++++ templates-dist/de/commentlist.template | 93 ++++ templates-dist/de/confirm.template | 33 ++ templates-dist/de/content.template | 228 ++++++++++ templates-dist/de/contentlist.template | 78 ++++ templates-dist/de/gruppen.template | 59 +++ templates-dist/de/gruppenlist.template | 44 ++ templates-dist/de/login.template | 62 +++ templates-dist/de/mediafolder.template | 52 +++ templates-dist/de/mediafolderlist.template | 49 +++ templates-dist/de/message.template | 58 +++ templates-dist/de/messagelist.template | 53 +++ templates-dist/de/schwerpunkt.template | 65 +++ templates-dist/de/start_admin.template | 230 ++++++++++ templates-dist/de/themen.template | 58 +++ templates-dist/de/themenlist.template | 58 +++ templates-dist/en/bilder.template | 123 ++++++ templates-dist/en/bilderlist.template | 109 +++++ templates-dist/en/breaking.template | 42 ++ templates-dist/en/breakinglist.template | 47 ++ templates-dist/en/comment.template | 85 ++++ templates-dist/en/commentlist.template | 94 ++++ templates-dist/en/confirm.template | 32 ++ templates-dist/en/content.template | 228 ++++++++++ templates-dist/en/contentlist.template | 78 ++++ templates-dist/en/gruppen.template | 59 +++ templates-dist/en/gruppenlist.template | 44 ++ templates-dist/en/login.template | 59 +++ templates-dist/en/mediafolder.template | 52 +++ templates-dist/en/mediafolderlist.template | 49 +++ templates-dist/en/message.template | 58 +++ templates-dist/en/messagelist.template | 53 +++ templates-dist/en/schwerpunkt.template | 65 +++ templates-dist/en/start_admin.template | 230 ++++++++++ templates-dist/en/themen.template | 58 +++ templates-dist/en/themenlist.template | 58 +++ templates-dist/fehler.template | 38 ++ templates-dist/foot.template | 11 + templates-dist/head.template | 10 + templates-dist/head_nonavi.template | 11 + templates-dist/open/comment.template | 119 +++++ templates-dist/open/comment_done.template | 35 ++ templates-dist/open/comment_en.template | 87 ++++ templates-dist/open/posting.template | 192 ++++++++ templates-dist/open/posting_done.template | 40 ++ templates-dist/open/posting_en.template | 345 +++++++++++++++ templates-dist/oplist.template | 88 ++++ templates-dist/producer/cities.inc | 99 +++++ templates-dist/producer/cities_de.inc | 98 +++++ templates-dist/producer/config.template | 12 + templates-dist/producer/content.template | 157 +++++++ templates-dist/producer/copyright.template | 12 + templates-dist/producer/events.inc | 60 +++ templates-dist/producer/featurelist.template | 24 + templates-dist/producer/links.inc | 7 + templates-dist/producer/list.template | 35 ++ templates-dist/producer/openposting.template | 165 +++++++ templates-dist/producer/startpage.template | 633 +++++++++++++++++++++++++++ templates-dist/producer/topiclist.template | 199 +++++++++ templates-dist/producer/topicpage.template | 166 +++++++ templates-dist/producer/wap.template | 15 + templates-dist/producer/wml2.xsl | 50 +++ templates-dist/users.template | 47 ++ templates-dist/userslist.template | 47 ++ 68 files changed, 6051 insertions(+) create mode 100755 templates-dist/de/bilder.template create mode 100755 templates-dist/de/bilderlist.template create mode 100755 templates-dist/de/breaking.template create mode 100755 templates-dist/de/breakinglist.template create mode 100755 templates-dist/de/comment.template create mode 100755 templates-dist/de/commentlist.template create mode 100755 templates-dist/de/confirm.template create mode 100755 templates-dist/de/content.template create mode 100755 templates-dist/de/contentlist.template create mode 100755 templates-dist/de/gruppen.template create mode 100755 templates-dist/de/gruppenlist.template create mode 100755 templates-dist/de/login.template create mode 100755 templates-dist/de/mediafolder.template create mode 100755 templates-dist/de/mediafolderlist.template create mode 100755 templates-dist/de/message.template create mode 100755 templates-dist/de/messagelist.template create mode 100755 templates-dist/de/schwerpunkt.template create mode 100755 templates-dist/de/start_admin.template create mode 100755 templates-dist/de/themen.template create mode 100755 templates-dist/de/themenlist.template create mode 100755 templates-dist/en/bilder.template create mode 100755 templates-dist/en/bilderlist.template create mode 100755 templates-dist/en/breaking.template create mode 100755 templates-dist/en/breakinglist.template create mode 100755 templates-dist/en/comment.template create mode 100755 templates-dist/en/commentlist.template create mode 100755 templates-dist/en/confirm.template create mode 100755 templates-dist/en/content.template create mode 100755 templates-dist/en/contentlist.template create mode 100755 templates-dist/en/gruppen.template create mode 100755 templates-dist/en/gruppenlist.template create mode 100755 templates-dist/en/login.template create mode 100755 templates-dist/en/mediafolder.template create mode 100755 templates-dist/en/mediafolderlist.template create mode 100755 templates-dist/en/message.template create mode 100755 templates-dist/en/messagelist.template create mode 100755 templates-dist/en/schwerpunkt.template create mode 100755 templates-dist/en/start_admin.template create mode 100755 templates-dist/en/themen.template create mode 100755 templates-dist/en/themenlist.template create mode 100755 templates-dist/fehler.template create mode 100755 templates-dist/foot.template create mode 100755 templates-dist/head.template create mode 100755 templates-dist/head_nonavi.template create mode 100755 templates-dist/open/comment.template create mode 100755 templates-dist/open/comment_done.template create mode 100755 templates-dist/open/comment_en.template create mode 100755 templates-dist/open/posting.template create mode 100755 templates-dist/open/posting_done.template create mode 100755 templates-dist/open/posting_en.template create mode 100755 templates-dist/oplist.template create mode 100755 templates-dist/producer/cities.inc create mode 100755 templates-dist/producer/cities_de.inc create mode 100755 templates-dist/producer/config.template create mode 100755 templates-dist/producer/content.template create mode 100755 templates-dist/producer/copyright.template create mode 100755 templates-dist/producer/events.inc create mode 100755 templates-dist/producer/featurelist.template create mode 100755 templates-dist/producer/links.inc create mode 100755 templates-dist/producer/list.template create mode 100755 templates-dist/producer/openposting.template create mode 100755 templates-dist/producer/startpage.template create mode 100755 templates-dist/producer/topiclist.template create mode 100755 templates-dist/producer/topicpage.template create mode 100755 templates-dist/producer/wap.template create mode 100755 templates-dist/producer/wml2.xsl create mode 100755 templates-dist/users.template create mode 100755 templates-dist/userslist.template diff --git a/templates-dist/de/bilder.template b/templates-dist/de/bilder.template new file mode 100755 index 00000000..6f6fbeda --- /dev/null +++ b/templates-dist/de/bilder.template @@ -0,0 +1,123 @@ + + + +indymedia.de | image + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + erzeugt: ${webdb_create} / geaendert ${webdb_lastchange}
+ publiziert: ${publish_date} / ${publish_server}${publish_path}
+ format: ${img_width}x${img_height} / ${imgformatHashdata[to_img_format]["name"]} / ${imglayoutHashdata[to_img_layout]["name"]} / ${imgcolorHashdata[to_img_color]["name"]}
+ rechte: ${rightsHashdata[to_rights]["name"]}
+ bildtyp: ${imgtypeHashdata[to_img_type]["name"]}
+
+ Mediennmappe: + +
+ titel:
+ beschreibung:
+ datum/zusatz: +
+ ort:
+ uhrheber: + + +
+ stichworte:
+ kommentar:
+ quelle:
+ zur Veröffentlichung freigeben checked> + + + + + +
+ + + diff --git a/templates-dist/de/bilderlist.template b/templates-dist/de/bilderlist.template new file mode 100755 index 00000000..6de962e0 --- /dev/null +++ b/templates-dist/de/bilderlist.template @@ -0,0 +1,109 @@ + + + indymedia.de | imagelist + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
Text suchen in:veröffentl.:Medienmappe: 
+ + + + + + + + +
+
+
+ icon + titel + medienmappe + urheber
+ + + ${entry.title}  +
${description}
${mediafolderHashdata[entry.to_media_folder]["name"]} ${entry.creator}   + attach + + delete + | edit + +
${count} datensätze + / anzeige von ${from} bis ${to} 
+ + zurueck  + + +weiter + +
Keine passenden Einträge gefunden!
+ + + + + diff --git a/templates-dist/de/breaking.template b/templates-dist/de/breaking.template new file mode 100755 index 00000000..5955dc67 --- /dev/null +++ b/templates-dist/de/breaking.template @@ -0,0 +1,42 @@ + + + +indymedia.de | breaking + + + + + +
+ + + + + + + + + + + + + + + + + +
+ datum: + ${webdb_create_formatted} +
+ text: (max. 5 zeilen / 250 zeichen) + +
+ + + + +
+ + + diff --git a/templates-dist/de/breakinglist.template b/templates-dist/de/breakinglist.template new file mode 100755 index 00000000..ab80ec0c --- /dev/null +++ b/templates-dist/de/breakinglist.template @@ -0,0 +1,47 @@ + + + indymedia.de | breaking new list + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + +
datumtext
${entry.webdb_create_formatted} ${entry.text}  delete + | edit
${count} datensätze + / anzeige von ${from} bis ${to} 
+ +

+ + zurueck  + + +weiter + + + +

Keine passenden Einträge gefunden!

+
+ + + + + diff --git a/templates-dist/de/comment.template b/templates-dist/de/comment.template new file mode 100755 index 00000000..8cd009a0 --- /dev/null +++ b/templates-dist/de/comment.template @@ -0,0 +1,85 @@ + + + +indymedia.de | comment + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ datum:${date}
+ titel:
+ uhrheber:
+ url:
+ email:
+ phone:
+ address:
+ text:
+ publiziert checked> + + + + + +
+ + + + diff --git a/templates-dist/de/commentlist.template b/templates-dist/de/commentlist.template new file mode 100755 index 00000000..efe0bfef --- /dev/null +++ b/templates-dist/de/commentlist.template @@ -0,0 +1,93 @@ + + + indymedia.de | commentlist + + + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ datum + titel
urheber
+ kommentartext + zu artikel
${entry.date}
+ V- +
+ ${entry.title}
${entry.creator} +
+ ${entry.description} + edit + + + ${articleHash[entry.to_media]["title"]} +  delete +
${count} datensätze + / anzeige von ${from} bis ${to} 
+ +zurueck  + + +weiter + +
Keine passenden Einträge gefunden!
+ + + + + diff --git a/templates-dist/de/confirm.template b/templates-dist/de/confirm.template new file mode 100755 index 00000000..d0e8ff2e --- /dev/null +++ b/templates-dist/de/confirm.template @@ -0,0 +1,33 @@ + + + indymedia.de | confirm delete delete + + + + + + + + + + +
+

Datensatz wirklich + löschen?

+
+
+
+ + + + + + + + +
+
+
+ + + diff --git a/templates-dist/de/content.template b/templates-dist/de/content.template new file mode 100755 index 00000000..737ab0f4 --- /dev/null +++ b/templates-dist/de/content.template @@ -0,0 +1,228 @@ + + + +indymedia.de | content_objekt + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Datensatz gehört: ${login_user.login}
${date}
 
+ Thema  + +  / Feature:  + + + + + + + +
+ Langer Titel: 

Kurztitel/Kontexttitel: 
+ + +
+
+
+ + +
+ Ort: + + + + + + +
+ UrheberIn: + + + + + oder:
+
+
+ Email/Web: + + + + + + +
+ Adresse/Telefon: + + + + + + +
+ Abstract: + + + + +
+ Inhalt: + + + HTML? checked>  + + + +
+ Kommentar:
+ (intern)
+
+ +
    + frei : + checked> + + + + + +
Attachments
+ Bilder:
+ edit image + entfernen +
+ Medien:
+ bild hinzufügen +
+
+ + + diff --git a/templates-dist/de/contentlist.template b/templates-dist/de/contentlist.template new file mode 100755 index 00000000..35b19d1c --- /dev/null +++ b/templates-dist/de/contentlist.template @@ -0,0 +1,78 @@ + + + indymedia.de | contentlist + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + +
+ Datum
+ Letzte Änderung
+ Status
+ Artikeltyp / Ort: Titel
+ UrheberIn
Thema
Feature
+ Interner Kommentar 
+ ${entry.webdb_create_formatted}
+ ${entry.webdb_lastchange_formatted}-
+ F- + H- +
+ ${articletypeHash[entry.to_article_type]["name"]} -- ${entry.place}: ${entry.title}
+ ${gruppenHashData[entry.to_creator]["name"]}${entry.creator}  + edit +  | newswire
+ ${themenHashData[entry.thema_id]["name"]} 
+ ${schwerpunktHashData[entry.to_feature]["title"]} 
bgcolor="Pink"bgcolor="Yellow" valign="top"> + ${entry.comment}  + delete +
${count} datensätze / anzeige von + ${from} bis ${to}
+ +

+ +

+ + + + + + + + + + + + +
+
+ + +

Keine passenden Einträge gefunden!

+ + + + + + + diff --git a/templates-dist/de/gruppen.template b/templates-dist/de/gruppen.template new file mode 100755 index 00000000..ff842b97 --- /dev/null +++ b/templates-dist/de/gruppen.template @@ -0,0 +1,59 @@ + + + +indymedia.de | groups + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
name: + +
email: + +
homepage: + +
adresse: + +
telefon: + +
+ + + + +
+ + + diff --git a/templates-dist/de/gruppenlist.template b/templates-dist/de/gruppenlist.template new file mode 100755 index 00000000..3573143c --- /dev/null +++ b/templates-dist/de/gruppenlist.template @@ -0,0 +1,44 @@ + + + indymedia.de | grouplist + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + +
nameemailhomepage
${entry.name} ${entry.email} ${entry.homepage}  delete + | edit
${count} datensätze + / anzeige von ${from} bis ${to} 
+

+ + zurueck  + + + weiter + + +

Keine passenden Einträge gefunden!

+
+ + + + + diff --git a/templates-dist/de/login.template b/templates-dist/de/login.template new file mode 100755 index 00000000..a8eff89d --- /dev/null +++ b/templates-dist/de/login.template @@ -0,0 +1,62 @@ + + + + indymedia.de | login + + + +
+

Dieser Bereich steht nur authorisierten + Gruppen zur Verfügung. Wenn ihr aktuelle Nachrichten + einspielen wollt, so koennt ihr als Redaktionsgruppe teilnehmen. + Bitte meldet Euch bei der Redaktionsliste. +

+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + login +
+ Login + + +
+ Passwort + + +
+ Sprache + + +
  + +
+
+ + + + diff --git a/templates-dist/de/mediafolder.template b/templates-dist/de/mediafolder.template new file mode 100755 index 00000000..c0ae1e46 --- /dev/null +++ b/templates-dist/de/mediafolder.template @@ -0,0 +1,52 @@ + + + +indymedia.de | mediafolder + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
datum:
name:
ort:
kommentar:
stichworte:
+ + + +
+ + + diff --git a/templates-dist/de/mediafolderlist.template b/templates-dist/de/mediafolderlist.template new file mode 100755 index 00000000..5ccf4c1a --- /dev/null +++ b/templates-dist/de/mediafolderlist.template @@ -0,0 +1,49 @@ + + + indymedia.de | mediafolderlist + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + +
datumnameortkommentarstichworte
${entry.date} ${entry.name} ${entry.place} ${entry.comment} ${entry.keywords} delete + | edit + | browse
${count} datensätze + / anzeige von ${from} bis ${to} 
+

+ + zurueck  + + + weiter + + +

Keine passenden Einträge gefunden!

+
+ + + + + diff --git a/templates-dist/de/message.template b/templates-dist/de/message.template new file mode 100755 index 00000000..0e2b11ae --- /dev/null +++ b/templates-dist/de/message.template @@ -0,0 +1,58 @@ + + + +indymedia.de | breaking + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ datum: + ${date} +
+ titel: + +
+ autor: + +
+ text: (max. 5 zeilen / 250 zeichen) + +
+ + + + +
+ + + diff --git a/templates-dist/de/messagelist.template b/templates-dist/de/messagelist.template new file mode 100755 index 00000000..44415def --- /dev/null +++ b/templates-dist/de/messagelist.template @@ -0,0 +1,53 @@ + + + indymedia.de | message list + + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + + +
+ datum + titel
autor
+ text
${entry.webdb_create} ${entry.title}
+ ${entry.creator}
${entry.description}  delete + | edit
${count} datensätze + / anzeige von ${from} bis ${to} 
+ +

+ + zurueck  + + +weiter + + + +

Keine passenden Einträge gefunden!

+
+ + + + + diff --git a/templates-dist/de/schwerpunkt.template b/templates-dist/de/schwerpunkt.template new file mode 100755 index 00000000..de164603 --- /dev/null +++ b/templates-dist/de/schwerpunkt.template @@ -0,0 +1,65 @@ + + + +indymedia.de | feature + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Titel: + + +
Filename: + +
Abstract: + +
Link: + +
+ + + +
+ + + diff --git a/templates-dist/de/start_admin.template b/templates-dist/de/start_admin.template new file mode 100755 index 00000000..a171309b --- /dev/null +++ b/templates-dist/de/start_admin.template @@ -0,0 +1,230 @@ + + + indymedia.de | admin + + + + + + + + + + + + + + + + + + +
+ + + + OPENPOSTINGS + +

+ + bearbeiten + +

+ + KOMMENTARE +

+ + bearbeiten +

+ + BREAKING NEWS +

+ + bearbeiten + + neue nachricht + + + +
 
+ + + BEITRÄGE + +

+ + neue nachricht +

+ anzeigen:
+ + newswire
+ + feature
+ + themenspecials
+ + startspecials
+
+ + nicht veröffentlichte nachrichten
+ + mit medien
+ + letzte änderungen
+ + mit internen kommentaren
+ + +

+ + + + Suche: + + +
+ + + +
 
+ + + + MANUELL GENERIEREN + +
+
+ Alle Bereiche: +
+ + alles neue (standard, update auf www > 5min.)  |  + +
Folgende sind Teilbereiche: +
+ + neue startseiten +  |  + alle (forced) +  |  + alle (forced + sync) +
+ + neuer content +  |  + alle (forced) +
+ + neue themen +  |  + alle (forced) +
+ + neue openpostings +  |  + alle (forced) +
+ + neue bilder +  |  + alle (forced) + +
+ + neues wap +  |  + alle (forced) +
+ + +
  + + + + FEATURE + +

+ + bearbeiten
+ + hinzufügen + +

+ + THEMEN + +

+ + bearbeiten
+ + hinzufügen + +

+ + GRUPPEN + +

+ + bearbeiten
+ + hinzufügen + +

+ + BILDER + +

+ + bearbeiten
+ + hinzufügen + +

+ + MEDIAFOLDER + +

+ + bearbeiten
+ + hinzufügen +

  + + + + + + Internes Messageboard +
add
+ + +

+ ${m.title}
+ ${m.description}
+ + von: ${m.creator} / ${m.webdb_create}
+
+ + +

keine nachrichten + +

+ + + + + diff --git a/templates-dist/de/themen.template b/templates-dist/de/themen.template new file mode 100755 index 00000000..a2fe14e4 --- /dev/null +++ b/templates-dist/de/themen.template @@ -0,0 +1,58 @@ + + + +indymedia.de | topic + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Name: + +
beschreibung: + +
Fileame: + +
Hauptinfoseite + + +
Archiv url: + +
+ + + + +
+ + + diff --git a/templates-dist/de/themenlist.template b/templates-dist/de/themenlist.template new file mode 100755 index 00000000..1227d98a --- /dev/null +++ b/templates-dist/de/themenlist.template @@ -0,0 +1,58 @@ + + + indymedia.de | topiclist + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + +
+ Titel + Beschreibung + Main-Url
Archiv-Url
 
${entry.title} ${entry.description}  + ${entry.main_url}
+ ${entry.archiv_url}
 delete + | edit
+ ${count} datensätze / anzeige von ${from} bis ${to} 
+

+ +

+ + + + + + + + + + +
+
+ + +

Keine passenden Einträge gefunden!

+ + + + + + diff --git a/templates-dist/en/bilder.template b/templates-dist/en/bilder.template new file mode 100755 index 00000000..dcca99d2 --- /dev/null +++ b/templates-dist/en/bilder.template @@ -0,0 +1,123 @@ + + + +indymedia.de | image + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + erzeugt: ${webdb_create} / geaendert ${webdb_lastchange}
+ publiziert: ${publish_date} / ${publish_server}${publish_path}
+ format: ${img_width}x${img_height} / ${imgformatHashdata[to_img_format]["name"]} / ${imglayoutHashdata[to_img_layout]["name"]} / ${imgcolorHashdata[to_img_color]["name"]}
+ rechte: ${rightsHashdata[to_rights]["name"]}
+ bildtyp: ${imgtypeHashdata[to_img_type]["name"]}
+
+ media folder: + +
+ titel:
+ description:
+ date/zusatz: +
+ location:
+ author: + + +
+ keywords:
+ comments:
+ source:
+ free to publish checked> + + + + + +
+ + + diff --git a/templates-dist/en/bilderlist.template b/templates-dist/en/bilderlist.template new file mode 100755 index 00000000..e484f1c2 --- /dev/null +++ b/templates-dist/en/bilderlist.template @@ -0,0 +1,109 @@ + + + indymedia.de | imagelist + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
search text in:published:media-folder: 
+ + + + + + + + +
+
+
+ icon + titel + medienmappe + urheber
+ + + ${entry.title}  +
${description}
${mediafolderHashdata[entry.to_media_folder]["name"]} ${entry.creator}   + attach + + delete + | edit + +
${count} entries + / showing from ${from} to ${to} 
+ + zurueck  + + +weiter + +
No matching entrie found!
+ + + + + diff --git a/templates-dist/en/breaking.template b/templates-dist/en/breaking.template new file mode 100755 index 00000000..67d26018 --- /dev/null +++ b/templates-dist/en/breaking.template @@ -0,0 +1,42 @@ + + + +indymedia.de | breaking + + + + + +
+ + + + + + + + + + + + + + + + + +
+ date: + ${webdb_create_formatted} +
+ text: (max. 5 lines / 250 characters) + +
+ + + + +
+ + + diff --git a/templates-dist/en/breakinglist.template b/templates-dist/en/breakinglist.template new file mode 100755 index 00000000..80760b36 --- /dev/null +++ b/templates-dist/en/breakinglist.template @@ -0,0 +1,47 @@ + + + indymedia.de | breaking new list + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + +
datetext
${entry.webdb_create_formatted} ${entry.text}  delete + | edit
${count} entries + / showing from ${from} to ${to} 
+ +

+ + back  + + +go on + + + +

no matching entry!

+
+ + + + + diff --git a/templates-dist/en/comment.template b/templates-dist/en/comment.template new file mode 100755 index 00000000..3db90d03 --- /dev/null +++ b/templates-dist/en/comment.template @@ -0,0 +1,85 @@ + + + +indymedia.de | comment + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ date:${date}
+ titel:
+ auther:
+ url:
+ email:
+ phone:
+ address:
+ text:
+ published checked> + + + + + +
+ + + + diff --git a/templates-dist/en/commentlist.template b/templates-dist/en/commentlist.template new file mode 100755 index 00000000..2a65351b --- /dev/null +++ b/templates-dist/en/commentlist.template @@ -0,0 +1,94 @@ + + + indymedia.de | commentlist + + + + + + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+
+ date + titel
author
+ comment-text + for article
${entry.date}
+ V- +
+ ${entry.title}
${entry.creator} +
+ ${entry.description} + edit + + + ${articleHash[entry.to_media]["title"]} +  delete +
${count} entries + / show from ${from} to ${to} 
+ +back  + + +weiter + +
No matching entries!
+ + + + + diff --git a/templates-dist/en/confirm.template b/templates-dist/en/confirm.template new file mode 100755 index 00000000..7c393948 --- /dev/null +++ b/templates-dist/en/confirm.template @@ -0,0 +1,32 @@ + + + indymedia.de | confirm delete delete + + + + + + + + + + +
+

Do you really want to delete this entry?

+
+
+
+ + + + + + + + +
+
+
+ + + diff --git a/templates-dist/en/content.template b/templates-dist/en/content.template new file mode 100755 index 00000000..5d15a488 --- /dev/null +++ b/templates-dist/en/content.template @@ -0,0 +1,228 @@ + + + +indymedia.de | content_objekt + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Datensatz gehört: ${login_user.login}
${date}
 
+ Topic  + +  / Feature:  + + + + + + + +
+ long titel: 

short title/context-title: 
+ + +
+
+
+ + +
+ location: + + + + + + +
+ author: + + + + + or:
+
+
+ Email/Web: + + + + + + +
+ Adresse/Telefon: + + + + + + +
+ abstract: + + + + +
+ Inhalt: + + + HTML? checked>  + + + +
+ comment:
+ (internal)
+
+ +
    + frei : + checked> + + + + + +
Attachments
+ Bilder:
+ edit image + entfernen +
+ media:
+ add picture +
+
+ + + diff --git a/templates-dist/en/contentlist.template b/templates-dist/en/contentlist.template new file mode 100755 index 00000000..fbebc6ea --- /dev/null +++ b/templates-dist/en/contentlist.template @@ -0,0 +1,78 @@ + + + indymedia.de | contentlist + + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + +
+ date
+ last change
+ Status
+ articletype / location: title
+ author
topic
Feature
+ internal comment 
+ ${entry.webdb_create_formatted}
+ ${entry.webdb_lastchange_formatted}-
+ F- + H- +
+ ${articletypeHash[entry.to_article_type]["name"]} -- ${entry.place}: ${entry.title}
+ ${gruppenHashData[entry.to_creator]["name"]}${entry.creator}  + edit +  | newswire
+ ${themenHashData[entry.thema_id]["name"]} 
+ ${schwerpunktHashData[entry.to_feature]["title"]} 
bgcolor="Pink"bgcolor="Yellow" valign="top"> + ${entry.comment}  + delete +
${count} datensätze / anzeige von + ${from} bis ${to}
+ +

+ +

+ + + + + + + + + + + + +
+
+ + +

No matching entry!

+ + + + + + + diff --git a/templates-dist/en/gruppen.template b/templates-dist/en/gruppen.template new file mode 100755 index 00000000..08cdd6a1 --- /dev/null +++ b/templates-dist/en/gruppen.template @@ -0,0 +1,59 @@ + + + +indymedia.de | groups + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
name: + +
email: + +
homepage: + +
adresse: + +
telefon: + +
+ + + + +
+ + + diff --git a/templates-dist/en/gruppenlist.template b/templates-dist/en/gruppenlist.template new file mode 100755 index 00000000..d2ffcd6e --- /dev/null +++ b/templates-dist/en/gruppenlist.template @@ -0,0 +1,44 @@ + + + indymedia.de | grouplist + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + +
nameemailhomepage
${entry.name} ${entry.email} ${entry.homepage}  delete + | edit
${count} entries + / show from ${from} to ${to} 
+

+ + back  + + + go on + + +

No maching entries!

+
+ + + + + diff --git a/templates-dist/en/login.template b/templates-dist/en/login.template new file mode 100755 index 00000000..0476f11e --- /dev/null +++ b/templates-dist/en/login.template @@ -0,0 +1,59 @@ + + + + indymedia.de | login + + + +
+

some welcome text etc. +

+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + login +
+ login + + +
+ password + + +
+ language + + +
  + +
+
+ + + + diff --git a/templates-dist/en/mediafolder.template b/templates-dist/en/mediafolder.template new file mode 100755 index 00000000..f90aa947 --- /dev/null +++ b/templates-dist/en/mediafolder.template @@ -0,0 +1,52 @@ + + + +indymedia.de | mediafolder + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
date:
name:
ort:
comment:
keywords:
+ + + +
+ + + diff --git a/templates-dist/en/mediafolderlist.template b/templates-dist/en/mediafolderlist.template new file mode 100755 index 00000000..bcc3c5c4 --- /dev/null +++ b/templates-dist/en/mediafolderlist.template @@ -0,0 +1,49 @@ + + + indymedia.de | mediafolderlist + + + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + + + +
datenameortcommentkeyword
${entry.date} ${entry.name} ${entry.place} ${entry.comment} ${entry.keywords} delete + | edit + | browse
${count} entries + / show from ${from} to ${to} 
+

+ + back  + + + go on + + +

No matching entries!

+
+ + + + + diff --git a/templates-dist/en/message.template b/templates-dist/en/message.template new file mode 100755 index 00000000..dc40a57b --- /dev/null +++ b/templates-dist/en/message.template @@ -0,0 +1,58 @@ + + + +indymedia.de | breaking + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ date: + ${date} +
+ title: + +
+ author: + +
+ text: (max. 5 lines / 250 characters) + +
+ + + + +
+ + + diff --git a/templates-dist/en/messagelist.template b/templates-dist/en/messagelist.template new file mode 100755 index 00000000..96c74afa --- /dev/null +++ b/templates-dist/en/messagelist.template @@ -0,0 +1,53 @@ + + + indymedia.de | message list + + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + + +
+ date + title
author
+ text
${entry.webdb_create} ${entry.title}
+ ${entry.creator}
${entry.description}  delete + | edit
${count} entries + / showing from ${from} to ${to} 
+ +

+ + zurueck  + + +weiter + + + +

No matching entries!

+
+ + + + + diff --git a/templates-dist/en/schwerpunkt.template b/templates-dist/en/schwerpunkt.template new file mode 100755 index 00000000..3a444bc7 --- /dev/null +++ b/templates-dist/en/schwerpunkt.template @@ -0,0 +1,65 @@ + + + +indymedia.de | feature + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
title: + + +
Filename: + +
description: + +
Link: + +
+ + + +
+ + + diff --git a/templates-dist/en/start_admin.template b/templates-dist/en/start_admin.template new file mode 100755 index 00000000..f2a4d1a1 --- /dev/null +++ b/templates-dist/en/start_admin.template @@ -0,0 +1,230 @@ + + + indymedia.de | admin + + + + + + + + + + + + + + + + + + +
+ + + + OPENPOSTINGS + +

+ + edit + +

+ + COMMENTS +

+ + edit +

+ + BREAKING NEWS +

+ + edit + + add news + + + +
 
+ + + ARTICLES + +

+ + new article +

+ show:
+ + newswire
+ + feature
+ + topic-specials
+ + startpage-specials
+
+ + not (yet)published articles
+ + with media
+ + latest changes
+ + with internal comments
+ + +

+ + + + search: + + +
+ + + +
 
+ + + + GENERATE MANUALLY + +
+
+ all areas: +
+ + all new (standard, update to www > 5min.)  |  + +
specific parts of the site: +
+ + new startpage +  |  + all (forced) +  |  + all (forced + sync) +
+ + new content +  |  + all (forced) +
+ + new topic-pages +  |  + all (forced) +
+ + new openpostings +  |  + all (forced) +
+ + new pictures +  |  + all (forced) + +
+ + new wap +  |  + all (forced) +
+ + +
  + + + + FEATURE + +

+ + edit
+ + add + +

+ + TOPICS + +

+ + edit
+ + add + +

+ + ADMIN-GROUPS + +

+ + edit
+ + add + +

+ + PICTURES + +

+ + edit
+ + add + +

+ + MEDIAFOLDER + +

+ + edit
+ + add +

  + + + + + + Internal Messageboard +
add
+ + +

+ ${m.title}
+ ${m.description}
+ + von: ${m.creator} / ${m.webdb_create}
+
+ + +

no messages + +

+ + + + + diff --git a/templates-dist/en/themen.template b/templates-dist/en/themen.template new file mode 100755 index 00000000..f1405306 --- /dev/null +++ b/templates-dist/en/themen.template @@ -0,0 +1,58 @@ + + + +indymedia.de | topic + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ name: + +
description: + +
Fileame: + +
main infopage + + +
Archiv url: + +
+ + + + +
+ + + diff --git a/templates-dist/en/themenlist.template b/templates-dist/en/themenlist.template new file mode 100755 index 00000000..56fdbfd9 --- /dev/null +++ b/templates-dist/en/themenlist.template @@ -0,0 +1,58 @@ + + + indymedia.de | topiclist + + + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + + +
+ title + desciption + Main-Url
Archiv-Url
 
${entry.title} ${entry.description}  + ${entry.main_url}
+ ${entry.archiv_url}
 delete + | edit
+ ${count} entries / showing from ${from} to ${to} 
+

+ +

+ + + + + + + + + + +
+
+ + +

Found no matching entries!

+ + + + + + diff --git a/templates-dist/fehler.template b/templates-dist/fehler.template new file mode 100755 index 00000000..361d1d0e --- /dev/null +++ b/templates-dist/fehler.template @@ -0,0 +1,38 @@ + + +indymedia.de | das system ist der fehler + + + + + + + + + + + + + + + + +
+

OOPS!

+
+
+

Nunja, kann passieren! Wahrscheinlich wird Dir der folgende Fehlertext + nichts sagen, koennte aber sein, daßimc-germany-tech@indymedia.orgdamit was anfangen kann: +

+

+

${date} -- ${errorstring} +

+

+

Also, bitte eine Mail mit dem + roten Textund einer möglichst genauen Fehlerbeschreibung + animc-germany-tech@indymedia.org +

+

+ + + diff --git a/templates-dist/foot.template b/templates-dist/foot.template new file mode 100755 index 00000000..0884bbef --- /dev/null +++ b/templates-dist/foot.template @@ -0,0 +1,11 @@ + + + + + + + + +

+ top + imc-germany - v.02
diff --git a/templates-dist/head.template b/templates-dist/head.template new file mode 100755 index 00000000..62c71890 --- /dev/null +++ b/templates-dist/head.template @@ -0,0 +1,10 @@ + + + + + +
  + indymedia.de
+ start | + logout | + hilfe | suche

diff --git a/templates-dist/head_nonavi.template b/templates-dist/head_nonavi.template new file mode 100755 index 00000000..49b8a4a3 --- /dev/null +++ b/templates-dist/head_nonavi.template @@ -0,0 +1,11 @@ +
+ + + + + +
  + indymedia.de
+ ${login_user.login} logged in / + logout? +

diff --git a/templates-dist/open/comment.template b/templates-dist/open/comment.template new file mode 100755 index 00000000..2d2c03c3 --- /dev/null +++ b/templates-dist/open/comment.template @@ -0,0 +1,119 @@ + +indymedia.de | comment.commit + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Kommentierung eines Beiträgs bei Indymedia +
+

+ + Hinweis: Dein Kommentar kann in jedem Stil und jeder Form sein, akademisch bis persönlich.
+ Aber bitte bleibe beim Thema des Artikels, den Du kommentierst und versuche, präzise zu sein. +
+

+ +
+ Kommentierungsformular +
+ Titel des Kommentars: + + (muss ausgefüllt werden) +
+ Dein Name: + + (muss ausgefüllt werden) +
+ Deine eMail-Adresse: + + (optional) +
+ Deine Web Adresse: + + (optional) +
+ Deine Telefon-Nr.: + + (optional) +
+ Deine Adresse: + + (optional) +
+ Die Sprache deines Kommentares: + + + (optional) +
+ Dein Kommentar: + +   +

+
  + +
+  
+ +
+
+  
+ +
+
+ +
+ + + diff --git a/templates-dist/open/comment_done.template b/templates-dist/open/comment_done.template new file mode 100755 index 00000000..1dfc6ed3 --- /dev/null +++ b/templates-dist/open/comment_done.template @@ -0,0 +1,35 @@ + + + + + indymedia.de | open posting + + + + + + + + + + + + + +
+ Dein Kommentar ist jetzt auf dem Weg zur WebSite! +
+ +
+ Er landet direkt in einem intelligenten Filter - und wenn er keine rassistischen, sexistischen oder faschistischen Inhalte oder Werbung enthält, wird er in Kürze auf http://www.germany.indymedia.org/newswire/ auftauchen.
+
+
Gedulde Dich einen Moment - Es lohnt sich!

+
+
+
+ >> Zurück zum kommentierten Artikel +
+ + + diff --git a/templates-dist/open/comment_en.template b/templates-dist/open/comment_en.template new file mode 100755 index 00000000..f5713b60 --- /dev/null +++ b/templates-dist/open/comment_en.template @@ -0,0 +1,87 @@ + +indymedia.de | comment.commit + + + +
+ +adding a comment
+ + +

Guidelines for commenting on news articles

+Thanks for contributing to the dynamic alternative news on active! +

+Add any responses to news articles that you feel are appropriate to +www.indy's goals eg: social activitism, local communities, ecology and development. +

+The response article can be in any type of format you want, from traditional academic discourse, to subjective personal rants. +

+Please keep it on topic and concise. +

+

* = required field +

+ +

+ +
+ + +
+ Titel des Kommentars (*)
+ +

+ Dein Name (*)
+
+

+ + + + + +
+ email (optional) + + web address (begin with http://) (optional) +
+ + + +
+ +

+ + + + +
+ phone (optional) + + address (optional) +
+ + + +
+ + language
+the language of the submission
+
+
+

+ your comment*
+ +

+
+ + + +
+ +
+
+
+ + \ No newline at end of file diff --git a/templates-dist/open/posting.template b/templates-dist/open/posting.template new file mode 100755 index 00000000..62cc8a01 --- /dev/null +++ b/templates-dist/open/posting.template @@ -0,0 +1,192 @@ + + + + indymedia.de | open posting + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Direkt zum Eingabeformular springen! +
+
+
+ Veröffentliche Deinen Beitrag

+
+

Kurze Anleitung zum Posten eines Beitrages in germany.indymedia

+ +

Das Independent Media Center ist ein kollektiv geführtes Mediennetzwerk zur Produktion von radikalen, passionierten und durchaus auch subjektiven, persönlichen Stellungnahmen verschiedenster Menschen 'auf der Strasse', z.B. vor, während oder nach Kampagnen, polit. Ereignissen oder aus der alltäglichen Lebenswelt. Wir arbeiten aus Liebe und aus Respekt gegenüber Menschen, die sich für eine bessere, lebenswertere Welt engagieren, und deren Arbeit von den Medienkonzernen nicht oder nur verzerrt dargestellt wird.

+ +

Indymedia ist ein demokratischer Nachrichtenkanal. Wir wollen Beiträge, Artikel, Meinungen und Infos aus der ganzen Welt veröffentlichen. Alle Beiträge werden sofort unzensiert veröffentlicht, sofern sie nicht in die im Mission Statement genannten Kategorien fallen. Allerdings erscheinen sie dann nicht gleich auf der Startseite, sondern auf einer eigenen Open-Posting-Seite. Dort werden sie von wechselnden Moderationsteams gegengelesen und + anschliessend auf den newswire der Starttseite weitergeleitet.
+ Um diesen Ausschlussprozess so transparent wie möglich zu gestalten, können alle nicht veröffentlichten Beiträge per e-mail angefordert weren.

+ +

Bitte benutze dieses Formular nur, um neue Beiträge und Ideen beizusteuern. Kommentare gehören zu dem jeweils diskutierten Beitrag. Wenn Du etwas zu einem Beitrag zu sagen hast, dann benutze dafür bitte die Kommentar-Funktion am Ende jedes Beitrags.

+ +

Unser Auffassung nach sollten Beiträge, die an diese Site geschickt werden, frei zur nicht-kommerziellen Wiederverwertung sein. Wenn Du nicht möchtest, dass das für Deinen Beitrag zutrifft, dann nenne Deine Konditionen in der Zusammenfassung.

+ +

Du kannst dieses Formular benutzen, um Deinen Artikel, Deinen Audio-Beitrag, Deinen Video-Beitrag oder Deine Fotos zu veröffentlichen. Bitte beschränke Dich auf Beiträge zu politischem oder sozialem Aktivismus. Wir (die Menschen, die diese Site organisieren) behalten uns vor, die Präsentation der zugeschickten Beiträge zu verändern. Weitere Informationen findest Du im Mission Statement.

+ +

Nach dem Beiträge veröffentlicht wurden, können sie vom Kollektiv, das diese Site betreut, editiert, verlinkt oder sogar gelöscht werden.

+
+ +

Zur Erinnerung:

+ +

    +
  • Bitte schicke nur News-Artikel und benutze zum Kommentieren von Artikeln das Kommentierformular, das Du unter jedem Artikel findest. +
  • Bitte schicke nur eine Kopie Deines Artikels - Bitte drücke den Verschicken-Knopf nur einmal. +
  • Veröffentliche nur selbst erstellte Beiträge. (Keine Agenturmeldungen, Zeitungsartikel oder ähnliches!). +
+
+
Veröffentlichungsformular
+
+ Gib Deinem Beitrag einen Titel: + +
(muss ausgefüllt werden)
+
+ AutorIn des Beitrags: + +
(muss ausgefüllt werden)
+
+ Eine kurze Zusammenfassung des Beitrags: + + +
(nicht mehr als 5 Zeilen)
+
+ + Die Kontaktinformationen sind optional, aber ermöglichen, dass unser Publikum (z.B. auch JournalistInnen) Dich bezüglich Deines Beitrages erreichen können, was auch eine Weiterverwertung Deines Beitrages an anderen Stellen ermöglicht. + +
+ Deine eMail-Adresse: + + (optional) +
+ Deine Web Adresse: + + + (optional) +
+ Deine Adresse: + + (optional) +
+ Deine Telefon-Nr.: + + (optional) +
+ Die Sprache deines Beitrages: + + + (optional) +
+ Dein Artikel:
+ Der Text, der Deinen Beitrag begleiten soll - wenn Du nur Text schicken willst, dann benutze auch dafür dieses Feld. +
+   +

+
+ Medien: + + Hier kannst Du ein Medien zu Deinem Artikel hochladen (bislang nur jpg-Bilder)
+ (optional) +
+ Medienunterschrift: + + (optional) +
+
+  
+ +
+
+  
+
+ + + + + diff --git a/templates-dist/open/posting_done.template b/templates-dist/open/posting_done.template new file mode 100755 index 00000000..d58649a6 --- /dev/null +++ b/templates-dist/open/posting_done.template @@ -0,0 +1,40 @@ + + + + + indymedia.de | open posting + + + + +
+ + + + + + + + +
Hurra, Du hast Deinen Artikel abgeschickt!
+ + + + + + + +
+ + +
+Dein Artikel landet jetzt direkt in einem intelligenten Filter. Wenn Dein Artikel keine rassistischen, sexistischen oder faschistischen Inhalte hatte, und auch nicht ganz ohne Inhalt, also leer war, dann wird er in Kürze auf http://www.germany.indymedia.org/newswire/ auftauchen.

+
Gedulde Dich einen Moment! Es lohnt sich!


+ +
+
+ >> Zurück +
+
+ + \ No newline at end of file diff --git a/templates-dist/open/posting_en.template b/templates-dist/open/posting_en.template new file mode 100755 index 00000000..1fd1dffb --- /dev/null +++ b/templates-dist/open/posting_en.template @@ -0,0 +1,345 @@ + + + indymedia.de | open posting + + + + + + + + + +
+ + +publish your article
+

+ +

+
+ +Posting a piece on indymedia's newswire +
+

+ +

+

+ + +

+ +

+The Independent Media Center is a collectively +run media outlet for the creation of radical, accurate, and passionate +tellings of the truth. We work out of a love and inspiration for people +to who continue to work for a better world, despite corporate media's +distortions and unwillingness to cover the efforts to free humanity. + +

+ +Indymedia is a democratic newswire. We want to see and hear the real +stories, news, and opinions from around the world. While we struggle to +maintain the news wire as a completely open fourm we do monitor it +and remove posts.
+You can see the decisons we have made by viewing the +hidden articles page. In the +overwhelming number of cases, stories have been removed for the following +reasons: being comments, not news, duplicate posts, +obviously false or +libelous posts, or inappropriate content. +
+We are working on the technology +to make this process more transparent, so that you can see when such decisions +have been made, and why. +In future, we want our audience to be part of this process too. For the meantime, +you can check out stories that we have choosen to remove by looking at the +hidden articles page. +

+ +
+ +Please use this form to contribute new stories and ideas. We think +comments belong with the story being discussed. So to have your say in response +to a story on the site, please use the add your comments link at the +bottom of the stories. + +

+ +We think stories contributed to this site should be free for non-profit re-use. +Copy left is an idea central to indymedia. For more information, check out +www.opencontent.org. If you want to change that for your story, please give your conditions in the +summary. +

+You can use this form to publish your text article, audio segment, video +footage, or picture. Please focus on activism issues and events. We (the +people organising this site) may rearrange the display of submitted stories. + +

+ +After stories have been published, they can be edited, linked or even deleted +by the collective running this site, using the story administration page (password required). +
+ + +

+ + +Remember: + +

    + +
  • please post news items only, leave your comments for discussion +areas + +
  • please try to post just one copy of your story - please only press +the publish button once. + +
+ + +

+ + + + + + +

+ + +
+ + + + +
+ +
Publishing Form
+
+
+ Step 1:

+ Give your piece a title
+ +

+ + Author or producer of the piece you're posting
+ +
+

+ the summary (no more than 6 lines - include the + duration of the piece if you are publishing audio or video)
+ +

+ + + + + +
+ including contact details below is optional but will mean our + audience (including journalists) can contact you about your story, + including for possible re-use in other places + +
+ + + + + + +
+ email optional + + phone optional +
+ + + + + +
+ +

+ + + + +
+ address optional +
+ + +
+

+ + language
+the language of your submission
+
+ + + +

+ web address optional This provides a link to your website.
+
+ +

+ + +

+ +

+ + + + + + + + + +
+ + + Step 2:

+ + Text that you would like to appear with your story. + If you are posting a text only piece, you can type or paste your story here.
+ + the article (if you enter HTML code, select "html format" from the type of upload drop down box below)
+ + +
+
+ +

+ + + + + + + + + + +
+ + + Step 3: + + + multimedia stories
+ +Send in this file + (limit 100 megs): +

+ + + + Audio/Video/Images: You need to + select the proper type for the content you are uploading. If you + are only uploading text, leave the setting on plain text. You + can upload html tags in a story if you wish.

+ + Type of upload: + +

+ + + +

+ + + + +

Press the publish button only once. Uploading files can take a + long time and the confirmation page won't be shown until after the file has + finished uploading. + +

+

+ + +

+ +

+ + + + + +
+
+ + +
+ + + + diff --git a/templates-dist/oplist.template b/templates-dist/oplist.template new file mode 100755 index 00000000..fbc8c51b --- /dev/null +++ b/templates-dist/oplist.template @@ -0,0 +1,88 @@ + + + indymedia.de | open posting liste + + + + + +

open posting kanal

+ + + + + + + + + + + + bgcolor="#dddddd" > + + + + + + + + + +
+ Datum
Status
+ Ort: Titel
UrheberIn
+ Abstract + Interner Kommentar 
${entry.date_formatted}
+ F- + H-
${entry.place}: ${entry.title}
+ ${gruppenHashData[entry.to_creator]["name"]}${entry.creator} 
+ ${entry.description}  + ${entry.comment}  + delete |  + edit + qualify + newswire + + + KOMMENTARE +

+ bearbeiten +

+ + + KOMMENTARE +

+ bearbeiten +

+

${count} datensätze / anzeige von + ${from} bis ${to}
+ +

+ +

+ + + + + + + + + + + + +
+
+ + +

Keine passenden Einträge gefunden!

+ + + + + + + diff --git a/templates-dist/producer/cities.inc b/templates-dist/producer/cities.inc new file mode 100755 index 00000000..79d08dd6 --- /dev/null +++ b/templates-dist/producer/cities.inc @@ -0,0 +1,99 @@ + + +
+ +
+International
+www.indymedia.org
+
+Australien
+melbourne
+sydney
+
+Europa
+finland
+barcelona, spanien
+belgien
+deutschland
+tschechien
+grossbritanien
+frankreich
+italien
+russland
+schweden
+schweiz
+
+Kanada
+calgary
+hamilton
+maritimes
+montreal
+ontario
+québec
+vancouver
+windsor
+
+Argentinien
+argentinien
+
+Brasilien
+brasilien
+
+Kolumbien
+kolumbien
+
+Kongo
+kongo
+ +
+Israel
+Israel
+
+Mexiko
+Mexiko/D.F.
+Chiapas
+
+USA
+arizona
+atlanta
+austin
+boston
+buffalo
+chicago
+cleveland
+hawaii
+houston
+la
+madison
+maine
+minneapolis/st. paul
+nyc
+new york capitol
+ohio valley
+philadelphia
+portland
+richmond
+rocky mountain
+san francisco bay area
+seattle
+urbana-champaign
+utah
+vermont
+dc
+
+IMC Projekte
+satellite tv news
+print
+radio
+ +
+IMC Process
+process
+discussion
+tech
+volunteer
+mailinglists
+fbi/legal updates
+
+ diff --git a/templates-dist/producer/cities_de.inc b/templates-dist/producer/cities_de.inc new file mode 100755 index 00000000..6ba4e264 --- /dev/null +++ b/templates-dist/producer/cities_de.inc @@ -0,0 +1,98 @@ + + +
+International
+www.indymedia.org
+
+Australien
+melbourne
+sydney
+
+Europa
+finland
+barcelona
+belgien
+deutschland
+tschechien
+grossbritannien
+frankreich
+italien
+österreich
+russland
+schweden
+schweiz
+
+Kanada
+calgary
+hamilton
+maritimes
+montreal
+ontario
+québec
+vancouver
+windsor
+
+Argentinien
+argentinien
+
+Brasilien
+brasilien
+
+Kolumbien
+kolumbien
+
+Kongo
+kongo
+ +
+Israel
+israel
+
+Mexiko
+mexiko/D.F.
+chiapas
+
+USA
+arizona
+atlanta
+austin
+boston
+buffalo
+chicago
+cleveland
+hawaii
+houston
+la
+madison
+maine
+minneapolis/st. paul
+nyc
+new york capitol
+ohio valley
+philadelphia
+portland
+richmond
+rocky mountain
+san francisco bay area
+seattle
+urbana-champaign
+utah
+vermont
+dc
+
+IMC Projekte
+satellite tv news
+print
+radio
+ +
+IMC Process
+process
+discussion
+tech
+volunteer
+mailinglists
+fbi/legal updates
+
+ diff --git a/templates-dist/producer/config.template b/templates-dist/producer/config.template new file mode 100755 index 00000000..8b35c722 --- /dev/null +++ b/templates-dist/producer/config.template @@ -0,0 +1,12 @@ + + ${config.docroot} + ${config.openaction} + ${config.storageroot} + ${config.productionhost} + ${now} + ${videoHost} + ${audioHost} + ${imageHost} + ${previousPage} + ${nextPage} + \ No newline at end of file diff --git a/templates-dist/producer/content.template b/templates-dist/producer/content.template new file mode 100755 index 00000000..8ea22809 --- /dev/null +++ b/templates-dist/producer/content.template @@ -0,0 +1,157 @@ + + + + + Indymedia Germany | ${title} + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ > Startseite + + [ translate] +
[Logo]Indymedia.de 
+ + + + + +
Von: ${creator}${webdb_create_formatted}
+ +

${title}

+ + +

${description}

+ + ${images[to_media][
+
+ +

+ ${content_data} +

+ + + + + + +
+ + + - eMail: ${creator_email}
+
+ + Homepage: ${creator_main_url}
+
+
+
+
+ +

 

+ + + + + +
KommentareKommentar eingeben
+ + + + + + + + + + + + + + + + + +
${c.title}${c.date}
+
${c.description}
+
+ + ${c.creator}
+ + eMail: ${c.email}
+ Homepage: ${c.main_url} +
+
+ Adresse: ${c.address}
+ Telefon: ${c.phone}
+
+
+
+
+ + + + + +
+ TOP | + START | + ALLE MELDUNGEN
+ + diff --git a/templates-dist/producer/copyright.template b/templates-dist/producer/copyright.template new file mode 100755 index 00000000..35671eb9 --- /dev/null +++ b/templates-dist/producer/copyright.template @@ -0,0 +1,12 @@ + + + + + + + + + +
Jegliche Inhalte, die bei germany.indymedia veröffentlicht werden, bleiben Eigentum der Autorin/ des Autors. Soweit nicht anders vermerkt, können und sollen sie weiterverwertet werden. germany.indymedia übernimmt keine Gewähr für die Inhalte.
Eine spezielle Form des Copyrights wird diskutiert und folgt.


+Kontakt: imc-germany-public@lists.indymedia.org +
\ No newline at end of file diff --git a/templates-dist/producer/events.inc b/templates-dist/producer/events.inc new file mode 100755 index 00000000..84cefdc1 --- /dev/null +++ b/templates-dist/producer/events.inc @@ -0,0 +1,60 @@ +

+ + summer of resistance +
+ + + + 19. bis 22.7: +   + + Italien + + +
+ G8 Genua, +
+
+ + + 28.9. + +   + + USA + + + +
+ Weltbank/IWF
+ Washington +
+
+ + + Grenzcamps + +
+ + 27. bis 5.8.  + + DE + +
+ Frankfurt/Main +
+
+ Global:
+ 9. bis 15.11. WTO, Qatar
+ +


+ + + mehr Termine:
+ z.B. + weltweit - + europa - + berlin +
+
+

diff --git a/templates-dist/producer/featurelist.template b/templates-dist/producer/featurelist.template new file mode 100755 index 00000000..a48c4d7f --- /dev/null +++ b/templates-dist/producer/featurelist.template @@ -0,0 +1,24 @@ + + + + ${topic.title} + + +
+ ${entry.date} + ${entry.creator} + + ${entry.title} + ${entry.description} + ${entry.keywords} + ${entry.content_data} + ${entry.to_media_type} + ${entry.email} + ${entry.main_url} + ${entry.to_article_type} + ${entry.id} +
+
+
+
+ diff --git a/templates-dist/producer/links.inc b/templates-dist/producer/links.inc new file mode 100755 index 00000000..0f948fb4 --- /dev/null +++ b/templates-dist/producer/links.inc @@ -0,0 +1,7 @@ + nadir
+ a-infos
+ squat.net
+ linkeseite
+ gegeninformationsbüro
+ partisan.net
+ DIR
diff --git a/templates-dist/producer/list.template b/templates-dist/producer/list.template new file mode 100755 index 00000000..9ff39efa --- /dev/null +++ b/templates-dist/producer/list.template @@ -0,0 +1,35 @@ + + + + + + + ${entry.id} + ${entry.webdb_create} + ${entry.to_article_type} + ${topic.title} + + + + + + ${entry.creator} + + + + + + + <edittitle></edittitle> + <maintitle>${entry.title}</maintitle> + <subtitle></subtitle> + + ${entry.description} + + + + + + + + diff --git a/templates-dist/producer/openposting.template b/templates-dist/producer/openposting.template new file mode 100755 index 00000000..6ba78044 --- /dev/null +++ b/templates-dist/producer/openposting.template @@ -0,0 +1,165 @@ + + + + + Indymedia Germany | OpenPosting + + + + + + + + + + + + + + + + + + + + +
> Startseite + [ + translate + ] + +
+ + + + + + +
[Logo]INDYMEDIA THEMENSCHWERPUNKT
Open-Posting
> Startseite

+ + + + + + +
+ + + + + + +
26.05.2001 / 11:08

+ + + + + +
SUCHE
+ + + + + + +
+

+
+ + + + + + +
THEMEN
+ + +
${t.title} +
+

+ + + + + + + + + + +
MITMACHEN
PUBLIZIEREN
+ Veröffentliche Deinen Text, Dein Bild oder Video oder Audio. Direkt aus Deinem Browser! + +

+
+ + + + + + + + + + + + + + + + + + +
${entry.title}
${entry.creator} + ${entry.webdb_create_formatted}

+ + + + ${entry.description}

[ + den ganzen Artikel lesen + ]

+
+ + + + + + + + + + + +
<< vorherige Seite  nächste Seite >>
+ + + + + + +
+ + diff --git a/templates-dist/producer/startpage.template b/templates-dist/producer/startpage.template new file mode 100755 index 00000000..43447701 --- /dev/null +++ b/templates-dist/producer/startpage.template @@ -0,0 +1,633 @@ + + + + + + + + + + + Indymedia Germany | ${now} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + grundsatz | + + moderation | + + unterstützung | + + mailinglisten + + + + + + + + [translate] + + + +
+ + + + + + + + + + + + + + + + + + + +
[indymedia.de]Unabhaengiges Mediezentrum
+ + Indymedia ist unabhängige nichtkommerzielle Berichterstattung von unten über wichtige soziale und politische Themen vor + + Ort und weltweit. Hunderte von Medieninitiativen und AktivistInnen sind daran beteiligt. Indymedia ist ein internationales + + hierarchiefreies Netzwerk und versteht sich als Teil des weltweiten Widerstands gegen die kapitalistische Globalisierung. + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
${now}

+ + + + + + + + + + + + +
SUCHE
+ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + +
THEMEN
+ + + + +
${t.title} + +
+ +

+ + + + + + + + + + + + + + + + + + +
ÜBERSETZEN
+

+ + + translate + + +

+ + + + + + + + + + + + + + + +
+ + MEHR MELDUNGEN
ANDERSWO
+
+
+
+ + + +
+ + + + + + + + + + + + + + +
+ INDEPENDENT
MEDIA CENTERS +
+
+ + + + +
+ + + + + + + + + + + + +
+ + GEFÖRDERT VON +
+ +Netzwerk Selbsthilfe e.V. + +
+ + + + + + +
+ + + + + + + + + +
INDYMEDIA HAT FINANZPROBLEME
+ Seit über einem halben Jahr ist Indymedia.de nun aktiv. Und wir haben seitdem die + (linke) Medienlandschaft in der BRD um einiges geändert - und das ist auch gut so. Damit das auch in + Zukunft weiterhin möglich ist und Indymedia weiter arbeiten kann, brauchen wir Eure finanzielle + Unterstützung. Und zwar möglichst regelmässig.
+ Also spendet, richtet Daueraufträge ein, macht Soliparties.
+ Konto: 30 23 301 bei der Bank für Sozialwirtschaft (BLZ 100 205 00), Stichwort "Indymedia", + Empfänger "Förderverein". +
+ + + + + + + + + + + + + +
BREAKING NEWS
+ + + ${bn.webdb_create_formatted}: ${bn.text} +++ + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
${s.title}
${s.creator} + + + + ${s.webdb_create_formatted} + + + +
+ +

+ + + + + + + + + + ${s.description} + +

+ + [ den ganzen Artikel lesen ]

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${i.title}
${i.creator} + + ${i.webdb_create_formatted}

+ + + + + + + + ${i.description} + +
+
+ + [ den ganzen Artikel lesen ]

+ +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ UPCOMING EVENTS + +
+ + + + +
+ + + + + + + + + + + + + + +
MITMACHEN
+ + +

+ PUBLIZIEREN
+ + Veröffentliche Deinen Text, Dein Bild oder Video oder Audio. Direkt aus Deinem Browser! + +


+
+ + + + + + + + + + + + + +
BEITRÄGE
+ + BEI DE.INDYMEDIA.ORG + +
+

+ ALLE BEITRÄGE +

+ + + + + + + + + +
AUSGEWÄHLTE BEITRÄGE

+ + + + + + + + [Text] + + + + ${n.title}
+ +
+ + ${n.webdb_create_formatted}

+
+ + + + + +
+ + + + diff --git a/templates-dist/producer/topiclist.template b/templates-dist/producer/topiclist.template new file mode 100755 index 00000000..1267cc0a --- /dev/null +++ b/templates-dist/producer/topiclist.template @@ -0,0 +1,199 @@ + + + + + Indymedia Germany | ${topic.title} + + + + + + + + + + + + + + + + + + + + +
> Startseite + [ + translate + ] + +
+ + + + + + +
[Logo]INDYMEDIA THEMENSCHWERPUNKT
${topic.title}
> Startseite

+ + + + + + +
+ + + + + + +
26.05.2001 / 11:08

+ + + + + +
SUCHE
+ + + + + + +
+

+
+ + + + + + +
THEMEN
+ + +
${t.title} +
+

+ + + + + + + + + + +
MITMACHEN
PUBLIZIEREN
+ Veröffentliche Deinen Text, Dein Bild oder Video oder Audio. Direkt aus Deinem Browser! + +

+
+ + + + + + + + + + + + + + + + +
${s.title}
${s.creator} + + ${s.webdb_create_formatted} + +
+
+ + + + + ${s.description} +
+ [ den ganzen Artikel lesen ]

+ + +
+
+ + + + + + + + + + + + + + + + + + + +
${entry.title}
${entry.creator} + ${entry.webdb_create_formatted}

+ + + + ${entry.description}

[ + den ganzen Artikel lesen + ]

+
+ + + + + + + + + + + +
<< vorherige Seite  nächste Seite >>
+ + + + + + +
+ + diff --git a/templates-dist/producer/topicpage.template b/templates-dist/producer/topicpage.template new file mode 100755 index 00000000..314f1e0f --- /dev/null +++ b/templates-dist/producer/topicpage.template @@ -0,0 +1,166 @@ + + + + + Indymedia Germany | + + + + + + + + + + + + + + + + + + + + + +
> Startseite + [ + translate + ] + +
+ + + + + + +
[Logo]INDYMEDIA THEMENSCHWERPUNKT
Open-Posting
> Startseite

+ + + + + + +
+ + + + + + +
26.05.2001 / 11:08

+ + + + + +
SUCHE
+ + + + + + +
+

+
+ + + + + + +
THEMEN
+ + +
${t.title} +
+

+ + + + + + + + + + +
MITMACHEN
PUBLIZIEREN
+ Veröffentliche Deinen Text, Dein Bild oder Video oder Audio. Direkt aus Deinem Browser! + +

+
+ + + + + + + + + + + + + + + + + + +
${entry.title}
${entry.creator} + ${entry.webdb_create_formatted}

+ + + + ${entry.description}

[ + den ganzen Artikel lesen + ]

+
+ + + + + + + + + + + +
<< vorherige Seite  nächste Seite >>
+ + + + + + +
+ + diff --git a/templates-dist/producer/wap.template b/templates-dist/producer/wap.template new file mode 100755 index 00000000..e435066c --- /dev/null +++ b/templates-dist/producer/wap.template @@ -0,0 +1,15 @@ + + + + + + + + ${b.id} + ${b.webdb_create_formatted} + ${b.text} + + + + + diff --git a/templates-dist/producer/wml2.xsl b/templates-dist/producer/wml2.xsl new file mode 100755 index 00000000..3787604f --- /dev/null +++ b/templates-dist/producer/wml2.xsl @@ -0,0 +1,50 @@ + + + + + + + + + + + +

+ CASTOR STOPPEN! +

+

+ de.indymedia.org +

+

+ NEWS +

+
+ + + +

+ Breaking News +

+ +

+ +

+

+ +

+
+
+
+
+
+ diff --git a/templates-dist/users.template b/templates-dist/users.template new file mode 100755 index 00000000..4a639f19 --- /dev/null +++ b/templates-dist/users.template @@ -0,0 +1,47 @@ + + + +indymedia.de | user + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ login: + +
+ password: + +
+ admin:(?) + checked> +
+ + + + +
+ + + diff --git a/templates-dist/userslist.template b/templates-dist/userslist.template new file mode 100755 index 00000000..fbcaf03a --- /dev/null +++ b/templates-dist/userslist.template @@ -0,0 +1,47 @@ + + + indymedia.de | userlist + + + + + + + + + + + + + bgcolor="#dddddd" + > + + + + + + + + + +
loginadmin
${entry.login} ${entry.is_admin}  delete + | edit
${count} datensätze + / anzeige von ${from} bis ${to} 
+ +

+ + zurueck  + + +weiter + + + +

Keine passenden Einträge gefunden!

+
+ + + + + -- 2.11.0