indexurl
This commit is contained in:
@@ -38,6 +38,8 @@ The program then interactively asks some questions:
|
|||||||
|
|
||||||
Please type the URL of the etherpad:
|
Please type the URL of the etherpad:
|
||||||
http://automatist.local:9001/
|
http://automatist.local:9001/
|
||||||
|
Please type the URL of the index to be generated (i.e. should differ from padurl):
|
||||||
|
http://automatist.local:9001/index
|
||||||
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder
|
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder
|
||||||
Please paste the APIKEY:
|
Please paste the APIKEY:
|
||||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
|||||||
+1
-1
Submodule pppadump updated: af3f690ce1...b669a2104b
@@ -90,7 +90,7 @@ $(document).ready(function()
|
|||||||
{% for pad in pads %}
|
{% for pad in pads %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name">
|
<td class="name">
|
||||||
<a href="{{pad.link}}">{{ pad.padid }}</a>
|
{{ pad.padid }}
|
||||||
</td>
|
</td>
|
||||||
<td class="versions">
|
<td class="versions">
|
||||||
{% for v in pad.versions %}<a href="{{v.url}}">{{v.type}}</a> {% endfor %}
|
{% for v in pad.versions %}<a href="{{v.url}}">{{v.type}}</a> {% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user