Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 58654 Details for
Bug 126525
Establish multi-lingual planets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Proposed directory structure
multi-language-planets.patch (text/plain), 3.26 KB, created by
Gunnar Wagenknecht
on 2007-02-09 09:33:45 EST
(
hide
)
Description:
Proposed directory structure
Filename:
MIME Type:
Creator:
Gunnar Wagenknecht
Created:
2007-02-09 09:33:45 EST
Size:
3.26 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P planet >Index: planet/eclipse/de/config.ini >=================================================================== >RCS file: planet/eclipse/de/config.ini >diff -N planet/eclipse/de/config.ini >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ planet/eclipse/de/config.ini 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,84 @@ >+# Planet configuration file >+# >+# Language: German (de) >+# >+# The output is generated in a folder named like the language code >+# >+# Language codes: >+# http://www.unicode.org/unicode/onlinedat/languages.html >+ >+# Every planet needs a [Planet] section >+[Planet] >+# name: Your planet's name >+# link: Link to the main page >+# owner_name: Your name >+# owner_email: Your e-mail address >+name = Planet Eclipse German >+link = http://planeteclipse.org/planet/de/ >+feed = http://planeteclipse.org/planet/de/rss20.xml >+owner_name = Planet Eclipse Admins >+owner_email = webmaster@eclipse.org >+ >+# cache_directory: Where cached feeds are stored >+# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL >+cache_directory = cache2 >+new_feed_items = 2 >+log_level = ERROR >+ >+# template_files: Space-separated list of output template files >+template_files = eclipse/index.html.tmpl eclipse/rss20.xml.tmpl eclipse/rss10.xml.tmpl eclipse/atom.xml.tmpl eclipse/opml.xml.tmpl eclipse/foafroll.xml.tmpl >+ >+# The following provide defaults for each template: >+# output_dir: Directory to place output files >+# items_per_page: How many items to put on each page >+# days_per_page: How many complete days of posts to put on each page >+# This is the absolute, hard limit (over the item limit) >+# date_format: strftime format for the default 'date' template variable >+output_dir = output/de >+items_per_page = 40 >+days_per_page = 0 >+date_format = %B %d, %Y %I:%M %p >+new_date_format = %B %d, %Y >+encoding = UTF-8 >+# locale = C >+ >+ >+# To define a different value for a particular template you may create >+# a section with the same name as the template file's filename (as given >+# in template_files). >+ >+# Provide no more than 7 days articles on the front page >+[eclipse/index.html.tmpl] >+days_per_page = 7 >+ >+ >+# Options placed in the [DEFAULT] section provide defaults for the feed >+# sections. Placing a default here means you only need to override the >+# special cases later. >+[DEFAULT] >+# Hackergotchi default size. >+# If we want to put a face alongside a feed, and it's this size, we >+# can omit these variables. >+facewidth = 76 >+faceheight = 74 >+face = eclipseface.png >+ >+# Any other section defines a feed to subscribe to. The section title >+# (in the []s) is the URI of the feed itself. A section can also be >+# have any of the following options: >+# >+# name: Name of the feed (defaults to the title found in the feed) >+# offset: Number of hours (+ or -) the feed's times tend to be out >+# >+# Additionally any other option placed here will be available in >+# the template (prefixed with channel_ for the Items loop). We use >+# this trick to make the faces work -- this isn't something Planet >+# "natively" knows about. Look at eclipse/index.html.tmpl >+# for the flip-side of this. >+ >+[http://wagenknecht.org/tagebuch/feed/] >+name = Gunnar Wagenknecht >+facewidth = 75 >+faceheight = 100 >+face = gunnarw.png >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 126525
: 58654 |
58655