Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://www33.dkd.de/var/cache/git/palani
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zaschka authored and Mike Zaschka committed Jan 19, 2010
2 parents 7d32ab2 + 9d5a79c commit a70fb84
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
.loadpath
tmp/*
log/*
doc/*
log/*
.yardoc
db/schema.rb
vendor/gems/*
Expand Down
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ Palani is a Content Management System(CMS) that is written in Ruby on Rails.
- Unicode encoding of URIs
- Ext JS Interface with rich features

== Bugs

- The layout is only tested in Firefox

== Contribution
4 changes: 4 additions & 0 deletions app/views/admin/pages/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<h4><%= t("admin.menu.main_menu.pages") %></h4>
<%= t("admin.welcome.content_description") %>
</li>
<li>
<h4><%= t("admin.menu.main_menu.templates") %></h4>
<%= t("admin.welcome.templates_description") %>
</li>
<li>
<h4><%= t("admin.menu.main_menu.administration") %></h4>
<%= t("admin.welcome.administration_description") %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/admin/admin.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ de:
headline: Herzlich Willkommen bei Palani!
teaser: "Palani ist ein Open-Source Content Management System, das mit und für Ruby on Rails entwickelt wurde.<br /><br />Die Hauptmodule von Palani sind:"
content_description: "Mit der Inhaltsverwaltung können Sie Ihre Seiten und Inhalte verwalten. Es gibt verschiedene Seiten- und Inhaltselementtypen, die Sie beliebig erweitern und konfigurieren können. Ihnen steht ein dynamischer Seitenbaum zur Verfügung, den Sie dazu benutzen können ihre Webseite hierarchisch zu strukturieren. Zudem können Sie jede Seite und jedes Inhaltselement mit Tags versehen, um sie zu gruppieren oder indizierbar zu machen."
templates_description: "Sie können das Aussehen der angelegten Seiten und Inhaltselemente frei bestimmen.<br />Palani setzt auf die bekannte Template-Engine Liquid und erweitert sie um eigene Helfer, die Ihnen bei der täglichen Arbeit helfen.<br /><br />"
administration_description: "Im Administrationsbereich geht es vorrangig um die Benutzerverwaltung. Hier können Sie sowohl Ihr eigenes Benutzerkonto editieren als auch die Benutzer und Benutzergruppen administrieren, falls Sie Administratorrechte besitzen."
help_description: "Bei der Hilfe finden Sie Antworten auf häufig gestellte Fragen und Unterstützung bei den ersten Schritten mit <i>Palani</i>. Helfen Sie mit <i>Palani</i> zu verbessern und verfassen Sie Bedienungsanleitungen, um anderen Benutzern zu helfen."
footer: "Danke, dass Sie sich für Palani entschieden haben."
1 change: 1 addition & 0 deletions config/locales/admin/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ en:
headline: Welcome to Palani!
teaser: "Palani is an Open-Source Content Management System, that is developed for Ruby on Rails applications.<br /><br />The main modules of Palani are:"
content_description: "Using the content administration you are able to manage your pages and contents. There are several page and content types, that you can configure and extend. The dynamic site tree is build for creating a hierarchical structure of your website. Furthermore, you can tag each page and content element to group them or make them indexable."
templates_description: "You can define the layout of your pages and content elements.<br />Palani makes use of the well-known template engine Liquid and extends it with own helpers, that will help you with your daily work.<br /><br />"
administration_description: "The main topic of the administration subpart is user management. On the one side you can edit your own user account and on the other side you are able to administrate users and usergroups, if you own admin permissions."
help_description: "Using help you can find answers on frequently asked questions and you can get help for the first steps using <i>Palani</i>. You can help <i>Palani</i> writing tutorials for other users."
footer: "Thank you for choosing Palani."

0 comments on commit a70fb84

Please sign in to comment.