]>
Commit | Line | Data |
---|---|---|
1 | {% extends "layout.twig" %} | |
2 | ||
3 | {% block title %}{% trans "config" %}{% endblock %} | |
4 | {% block menu %} | |
5 | {% include '_menu.twig' %} | |
6 | {% endblock %} | |
7 | {% block content %} | |
8 | <h2>{% trans "Saving articles" %}</h2> | |
9 | <p>{% trans "There are several ways to save an article:" %} (<a href="http://doc.wallabag.org/" title="{% trans "read the documentation" %}">?</a>)</p> | |
10 | <ul> | |
11 | <li>Firefox: <a href="https://addons.mozilla.org/firefox/addon/wallabag/" title="download the firefox extension">{% trans "download the extension" %}</a></li> | |
12 | <li>Chrome: <a href="http://doc.wallabag.org/doku.php?id=users:chrome_extension" title="download the chrome extension">{% trans "download the extension" %}</a></li> | |
13 | <li>Android: <a href="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche" title="download the application">{% trans "via F-Droid" %}</a> {% trans " or " %} <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" title="download the application">{% trans "via Google Play" %}</a></li> | |
14 | <li>iOS: <a href="https://itunes.apple.com/app/wallabag/id828331015?mt=8" title="download the iOS application">{% trans "download the application" %}</a></li> | |
15 | <li>Windows Phone: <a href="https://www.windowsphone.com/en-us/store/app/poche/334de2f0-51b5-4826-8549-a3d805a37e83" title="download the window phone application">{% trans "download the application" %}</a></li> | |
16 | <li> | |
17 | <form method="get" action="index.php"> | |
18 | <label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label> | |
19 | <input required placeholder="example.com/article" class="addurl" id="config_plainurl" name="plainurl" type="url" /> | |
20 | <input type="submit" value="{% trans "bag it!" %}" /> | |
21 | </form> | |
22 | </li> | |
23 | <li>{% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a></li> | |
24 | </ul> | |
25 | ||
26 | <h2>{% trans "Upgrading wallabag" %}</h2> | |
27 | <ul> | |
28 | <li>{% trans "Installed version" %} : <strong>{{ constant('POCHE') }}</strong></li> | |
29 | <li>{% trans "Latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_prod }})</li> | |
30 | {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_dev }}){% endif %}</li> | |
31 | </ul> | |
32 | <p>{% trans "You can clear cache to check the latest release." %}</p> | |
33 | ||
34 | <h2>{% trans "Feeds" %}</h2> | |
35 | {% if token == '' %} | |
36 | <p>{% trans "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&action=generate'>here to generate it</a>." %}</p> | |
37 | {% else %} | |
38 | <ul> | |
39 | <li><a href="?feed&type=home&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "Unread feed" %}</a></li> | |
40 | <li><a href="?feed&type=fav&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "Favorites feed" %}</a></li> | |
41 | <li><a href="?feed&type=archive&user_id={{ user_id }}&token={{ token }}" target="_blank">{% trans "Archive feed" %}</a></li> | |
42 | </ul> | |
43 | <p>{% trans "Your token:" %} <strong>{{token}}</strong></p> | |
44 | <p>{% trans "Your user id:" %} <strong>{{user_id}}</strong></p> | |
45 | <p>{% trans "You can regenerate your token: <a href='?feed&action=generate'>generate!</a>." %}</p> | |
46 | {% endif %} | |
47 | ||
48 | <h2>{% trans "Change your theme" %}</h2> | |
49 | <form method="post" action="?updatetheme" name="changethemeform"> | |
50 | <fieldset class="w500p inline"> | |
51 | <div class="row"> | |
52 | <label class="col w150p" for="theme">{% trans "Theme:" %}</label> | |
53 | <select class="col" id="theme" name="theme"> | |
54 | {% for key, theme in themes %} | |
55 | <option value="{{ key }}" {{ theme.current ? 'selected' : '' }}>{{ theme.name }}</option> | |
56 | {% endfor %} | |
57 | </select> | |
58 | </div> | |
59 | <div class="row mts txtcenter"> | |
60 | <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button> | |
61 | </div> | |
62 | </fieldset> | |
63 | <input type="hidden" name="returnurl" value="{{ referer }}"> | |
64 | <input type="hidden" name="token" value="{{ token }}"> | |
65 | </form> | |
66 | ||
67 | <h2>{% trans "Change your language" %}</h2> | |
68 | <form method="post" action="?updatelanguage" name="changelanguageform"> | |
69 | <fieldset class="w500p inline"> | |
70 | <div class="row"> | |
71 | <label class="col w150p" for="language">{% trans "Language:" %}</label> | |
72 | <select class="col" id="language" name="language"> | |
73 | {% for language in languages %} | |
74 | <option value="{{ language.value }}" {{ language.current ? 'selected' : '' }}>{{ language.name }}</option> | |
75 | {% endfor %} | |
76 | </select> | |
77 | </div> | |
78 | <div class="row mts txtcenter"> | |
79 | <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button> | |
80 | </div> | |
81 | </fieldset> | |
82 | <input type="hidden" name="returnurl" value="{{ referer }}"> | |
83 | <input type="hidden" name="token" value="{{ token }}"> | |
84 | </form> | |
85 | ||
86 | {% if http_auth == 0 %} | |
87 | <h2>{% trans "Change your password" %}</h2> | |
88 | <form method="post" action="?config" name="loginform"> | |
89 | <fieldset class="w500p"> | |
90 | <div class="row"> | |
91 | <label class="col w150p" for="password">{% trans "New password:" %}</label> | |
92 | <input class="col" type="password" id="password" name="password" placeholder="{% trans "Password" %}" tabindex="2"> | |
93 | </div> | |
94 | <div class="row"> | |
95 | <label class="col w150p" for="password_repeat">{% trans "Repeat your new password:" %}</label> | |
96 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="{% trans "Password" %}" tabindex="3"> | |
97 | </div> | |
98 | <div class="row mts txtcenter"> | |
99 | <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button> | |
100 | </div> | |
101 | </fieldset> | |
102 | <input type="hidden" name="returnurl" value="{{ referer }}"> | |
103 | <input type="hidden" name="token" value="{{ token }}"> | |
104 | </form> | |
105 | {% endif %} | |
106 | ||
107 | <h2>{% trans "Import" %}</h2> | |
108 | <p>{% trans "Importing from other services can be quite long, and webservers default configuration often prevents long scripts execution time, so it must be done in multiple parts." %}</p> | |
109 | <p>1. {% trans "First, select the export file on your computer and upload it." %}</p> | |
110 | <form method="post" action="?uploadfile" name="uploadfile" enctype="multipart/form-data"> | |
111 | <fieldset class="w500p"> | |
112 | <div class="row"> | |
113 | <label class="col w150p" for="file">{% trans "File:" %}</label> | |
114 | <input class="col" type="file" id="file" name="file" tabindex="4"> | |
115 | </div> | |
116 | <div class="row mts txtcenter"> | |
117 | <button class="bouton" type="submit" tabindex="4">{% trans "Upload" %}</button> | |
118 | </div> | |
119 | </fieldset> | |
120 | <input type="hidden" name="MAX_FILE_SIZE" value="1048576"> | |
121 | <input type="hidden" name="returnurl" value="{{ referer }}"> | |
122 | </form> | |
123 | <p>2. {% trans "Then, click on the right link below." %}</p> | |
124 | <ul> | |
125 | <li><a href="./?import&from=pocket">{% trans "Import from Pocket" %}</a> {{ '(after uploaded %s file)'|trans|format(constant('POCKET_FILE')) }}</li> | |
126 | <li><a href="./?import&from=readability">{% trans "Import from Readability" %}</a> {{ '(after uploaded %s file)'|trans|format(constant('READABILITY_FILE')) }}</li> | |
127 | <li><a href="./?import&from=instapaper">{% trans "Import from Instapaper" %}</a> {{ '(after uploaded %s file)'|trans|format(constant('INSTAPAPER_FILE')) }}</li> | |
128 | <li><a href="./?import&from=poche">{% trans "Import from wallabag" %}</a> {{ '(after uploaded %s file)'|trans|format(constant('POCHE_FILE')) }}</li> | |
129 | </ul> | |
130 | ||
131 | {% if token == '' %} | |
132 | <p>{% trans "3. Your feed token is currently empty and must first be generated to fetch content. Click <a href='?feed&action=generate'>here to generate it</a>." %}</p> | |
133 | {% else %} | |
134 | <p>3. {% trans "Finaly, you have to fetch content for imported items." %} <a href="cron.php?limit=10&user-id={{ user_id }}&token={{token}}" target="_blank">{% trans "Click here" %}</a> {% trans "to fetch content for 10 articles" %}.</p> | |
135 | <p>{% trans "If you have console access to your server, you can also create a cron task:" %}</p> | |
136 | <pre><code>0 */4 * * * cd /path/to/wallabag && php cron.php --limit=10 --user-id={{user_id}} --token={{token}} >/dev/null 2>&1</code></pre> | |
137 | {% endif %} | |
138 | ||
139 | <h2>{% trans "Export your wallabag data" %}</h2> | |
140 | {% if constant('STORAGE') == 'sqlite' %} | |
141 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} | |
142 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | |
143 | ||
144 | <h2>{% trans "Cache" %}</h2> | |
145 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> | |
146 | ||
147 | {% endblock %} |