Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
6a007ec8
Commit
6a007ec8
authored
Sep 30, 2018
by
Virgil Grigoras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indentations
parent
5129bc36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
index.xml
cps/templates/index.xml
+13
-13
No files found.
cps/templates/index.xml
View file @
6a007ec8
...
...
@@ -39,7 +39,7 @@
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_('Show Random Books')}}
</content>
</entry>
{% if not current_user.is_anonymous %}
{% if not current_user.is_anonymous %}
<entry>
<title>
{{_('Read Books')}}
</title>
<link
rel=
"subsection"
href=
"{{url_for('feed_read_books')}}"
type=
"application/atom+xml;profile=opds-catalog"
/>
...
...
@@ -47,7 +47,7 @@
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_('Read Books')}}
</content>
</entry>
{% endif %}
{% endif %}
<entry>
<title>
{{_('Unread Books')}}
</title>
<link
rel=
"subsection"
href=
"{{url_for('feed_unread_books')}}"
type=
"application/atom+xml;profile=opds-catalog"
/>
...
...
@@ -61,35 +61,35 @@
<id>
{{url_for('feed_authorindex')}}
</id>
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_('Books ordered by Author')}}
</content>
</entry>
<entry>
</entry>
<entry>
<title>
{{_('Category list')}}
</title>
<link
rel=
"subsection"
href=
"{{url_for('feed_categoryindex')}}"
type=
"application/atom+xml;profile=opds-catalog"
/>
<id>
{{url_for('feed_categoryindex')}}
</id>
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_('Books ordered by category')}}
</content>
</entry>
<entry>
</entry>
<entry>
<title>
{{_('Series list')}}
</title>
<link
rel=
"subsection"
href=
"{{url_for('feed_seriesindex')}}"
type=
"application/atom+xml;profile=opds-catalog"
/>
<id>
{{url_for('feed_seriesindex')}}
</id>
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_('Books ordered by series')}}
</content>
</entry>
<entry>
</entry>
<entry>
<title>
{{_('Public Shelves')}}
</title>
<link
rel=
"subsection"
href=
"{{url_for('feed_shelfindex', public="
public")}}"
type=
"application/atom+xml;profile=opds-catalog"
/>
<id>
{{url_for('feed_shelfindex', public="public")}}
</id>
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_('Books organized in public shelfs, visible to everyone')}}
</content>
</entry>
{% if not current_user.is_anonymous %}
<entry>
</entry>
{% if not current_user.is_anonymous %}
<entry>
<title>
{{_('Your Shelves')}}
</title>
<link
rel=
"subsection"
href=
"{{url_for('feed_shelfindex')}}"
type=
"application/atom+xml;profile=opds-catalog"
/>
<id>
{{url_for('feed_shelfindex')}}
</id>
<updated>
{{ current_time }}
</updated>
<content
type=
"text"
>
{{_("User's own shelfs, only visible to the current user himself")}}
</content>
</entry>
{% endif %}
</entry>
{% endif %}
</feed>
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