Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Check-in [f65e362990]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add more consistent type:/category: decoration.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f65e362990f561006cf0e86bd2a352db67d75787
User & Date: mario 2021-04-08 05:09:15
Context
2021-04-09
04:34
micropub: expanded properties declaration check-in: 2a5697b856 user: mario tags: trunk
2021-04-08
05:09
Add more consistent type:/category: decoration. check-in: f65e362990 user: mario tags: trunk
05:08
Restructure to use global type $map. check-in: 9d031a285f user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to extroot/index.

1
2
3
4
5

6
7
8
9
10
11
12
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# encoding: utf-8
# api: cgi
# type: display

# title: Ext/ index
# description: Lists all CGI extensions in the extroot: folder
# version: 0.1
# state: alpha
# config: -
#
# Just a glob() and some crude plugin meta extraction.





>







1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# encoding: utf-8
# api: cgi
# type: display
# category: list
# title: Ext/ index
# description: Lists all CGI extensions in the extroot: folder
# version: 0.1
# state: alpha
# config: -
#
# Just a glob() and some crude plugin meta extraction.

Changes to extroot/sqliteadmin.

1
2
3


4
5
6
7
8
9
10
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# api: cgi


# title: SQLiteAdmin
# description: PHP-based admin tool to manage SQLite2 and SQLite3 databases
# version: 1.9.9-dev
# license: GNU-GPL-v3+
# url: https://www.phpliteadmin.org/
#
# Embeds a slightly modified version of phpLiteAdmin, fixated on the current



>
>







1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# api: cgi
# type: form
# category: admin
# title: SQLiteAdmin
# description: PHP-based admin tool to manage SQLite2 and SQLite3 databases
# version: 1.9.9-dev
# license: GNU-GPL-v3+
# url: https://www.phpliteadmin.org/
#
# Embeds a slightly modified version of phpLiteAdmin, fixated on the current

Changes to extroot/token.

1
2
3
4
5

6
7
8
9
10
11
12
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# encoding: utf-8
# api: cgi
# type: json

# title: IndieAuth token endpoint
# description: Turns an auth token into an access token (but not really)
# version: 0.2
# state: untested
# depends: php:sqlite
# doc: https://indieweb.org/obtaining-an-access-token
# config: -





>







1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# encoding: utf-8
# api: cgi
# type: json
# category: auth
# title: IndieAuth token endpoint
# description: Turns an auth token into an access token (but not really)
# version: 0.2
# state: untested
# depends: php:sqlite
# doc: https://indieweb.org/obtaining-an-access-token
# config: -

Changes to extroot/user_config.

1
2
3
4
5

6
7
8
9
10
11
12
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# encoding: utf-8
# api: cgi
# type: edit

# title: User editing
# description: Provides an editing interface to user fields (info/homepage)
# version: 0.3
# state: alpha
# depends: php:sqlite
# config: -
#




|
>







1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/php-cgi -dcgi.force_redirect=0
<?php
# encoding: utf-8
# api: cgi
# type: form
# category: config
# title: User editing
# description: Provides an editing interface to user fields (info/homepage)
# version: 0.3
# state: alpha
# depends: php:sqlite
# config: -
#