Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
planet.ubuntu-it.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
planet.ubuntu-it.org
Commits
e8436fe8
Commit
e8436fe8
authored
Aug 28, 2017
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move part of the configuration from bzr to this repository
parent
98b4a2ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
1 deletion
+80
-1
Makefile
Makefile
+1
-1
config.ini
config.ini
+79
-0
No files found.
Makefile
View file @
e8436fe8
...
@@ -20,11 +20,11 @@ update:
...
@@ -20,11 +20,11 @@ update:
membri
:
membri
:
@
bzr branch
$(REPO_URL)
membri
@
bzr branch
$(REPO_URL)
membri
@
ln
-sf
../membri/config.ini venus/config.ini
html
:
html
:
@
rm
-rf
build
@
rm
-rf
build
@
cat
membri/config.ini config.ini
>
venus/config.ini
@
cd
venus
&&
./planet.py
@
cd
venus
&&
./planet.py
@
cp
-r
theme/libs build
@
cp
-r
theme/libs build
@
cp
-r
membri/images build
@
cp
-r
membri/images build
...
...
config.ini
0 → 100644
View file @
e8436fe8
# Planet configuration file
# 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 Ubuntu-it
link
=
https://planet.ubuntu-it.org/
owner_name
=
Ubuntu Italia
owner_email
=
planet@ubuntu-it.org
# cache_directory: Where cached feeds are stored
# new_feed_items: Number of items to take from new feeds
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
cache_directory
=
../cache
new_feed_items
=
10
log_level
=
DEBUG
# template_files: Space-separated list of output template files
template_files
=
themes/ubuntuit/index.html.tmpl themes/common/atom.xml.xslt themes/common/foafroll.xml.xslt themes/common/opml.xml.xslt themes/ubuntuit/rss20.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
# new_date_format: strftime format for the 'new_date' template variable
# encoding: output encoding for the file, Python 2.3+ users can use the
# special "xml" value to output ASCII with XML character references
# locale: locale to use for (e.g.) strings in dates, default is taken from your
# system
output_dir
=
../build
items_per_page
=
60
days_per_page
=
0
date_format
=
%d %B %Y %H.%M
new_date_format
=
%d %B %Y
#encoding = UTF-8
encoding
=
xml
locale
=
it_IT.utf8
# 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).
#
# [examples/rss10.xml.tmpl]
# items_per_page = 30
# encoding = xml
# 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)
# filter = blah (filter on keyword)
#
# Additionally any other option placed here will be available in
# the template (prefixed with channel_ for the Items loop). You can
# define defaults for these in a [DEFAULT] section, for example
# Planet Debian uses the following to define faces:
#
# [DEFAULT]
# facewidth = 64
# faceheight = 64
#
# [http://www.blog.com/rss]
# face = foo.png
# faceheight = 32
#
# The facewidth of the defined blog defaults to 64.
[DEFAULT]
face
=
user.png
facewidth
=
100
faceheight
=
100
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment