conf/03-apse.conf: fix fsf and launchpad scraping values
Signed-off-by: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
This commit is contained in:
parent
89d6517a79
commit
d1b35c01fa
2
AUTHORS
2
AUTHORS
@ -3,7 +3,7 @@ Davide Madrisan <davide.madrisan(a)gmail.com>
|
|||||||
frontend, plugins, libraries, documentation
|
frontend, plugins, libraries, documentation
|
||||||
porting to the libspec.lib architecture
|
porting to the libspec.lib architecture
|
||||||
|
|
||||||
Stefano Cotta Ramusino aka "whitone" <whitone(a)openmamba.org>
|
Stefano Cotta Ramusino aka "whitone" <stefano.cotta(a)openmamba.org>
|
||||||
patch to check for OSI approved licenses
|
patch to check for OSI approved licenses
|
||||||
list of OSI approved licenses
|
list of OSI approved licenses
|
||||||
autospec package search engine (APSE)
|
autospec package search engine (APSE)
|
||||||
|
3
NEWS
3
NEWS
@ -18,6 +18,9 @@ List of user visible changes in the release 1.12.2
|
|||||||
* italian manpage - Davide Madrisan:
|
* italian manpage - Davide Madrisan:
|
||||||
Improve the examples for 'autospec -u'.
|
Improve the examples for 'autospec -u'.
|
||||||
|
|
||||||
|
* libapse.lib, conf/03-apse.conf - Stefano Cotta Ramusino
|
||||||
|
Fix scraping values and add new sites
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
List of user visible changes in the release 1.12.1
|
List of user visible changes in the release 1.12.1
|
||||||
|
@ -60,7 +60,7 @@ apse_uri[8]="http://directory.fsf.org/wiki/"
|
|||||||
apse_put_fields[8]=""
|
apse_put_fields[8]=""
|
||||||
apse_error_msg[8]="is currently no text"
|
apse_error_msg[8]="is currently no text"
|
||||||
apse_grep[8]=""
|
apse_grep[8]=""
|
||||||
apse_sed[8]="s,^version \(.*\),\1,pi"
|
apse_sed[8]="s,^version \([^ ]*\),\1,pi"
|
||||||
|
|
||||||
apse_enabled[9]=1
|
apse_enabled[9]=1
|
||||||
apse_site_name[9]="http://launchpad.net"
|
apse_site_name[9]="http://launchpad.net"
|
||||||
@ -68,4 +68,4 @@ apse_uri[9]="http://launchpad.net/"
|
|||||||
apse_put_fields[9]=""
|
apse_put_fields[9]=""
|
||||||
apse_error_msg[9]="page does not exist"
|
apse_error_msg[9]="page does not exist"
|
||||||
apse_grep[9]=""
|
apse_grep[9]=""
|
||||||
apse_sed[9]="s,.*Latest version is \(.*\),\1,pi"
|
apse_sed[9]="s,.*Latest version is \([^ ]*\),\1,pi"
|
||||||
|
Loading…
Reference in New Issue
Block a user