Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stylesheet selector #95

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Stylesheet selector #95

wants to merge 6 commits into from

Conversation

Riduidel
Copy link

This stylesheet selector closes #93 by allowing users to apply any stylesheet defined in https://github.com/nodiscc/shaarli-themes, provided this stylesheet is defined using a user.css (ONLY this file will be copied to local shaarli install). Notice that, if stylesheet defines a home.png file, this file will be displayed in shaarli configuration panel as a stylesheet preview.

Nicolas Delsaux added 4 commits June 16, 2013 17:07
This implementation "simply" read the list of CSS from any fork of the excellent https://github.com/nodiscc/shaarli-themes theme repository.
This reading is done through Javascript, and the selection is then downloaded from client.

Now one should only think about commiting its CSS to the repository.

THis implementation however lacks some "guification" to have it beautiful.
Notice that the style list is automatically reloaded when repository address is changed.
text field for repo selection has been removed, and image has been put in a location that doesn't suck (too much)
@nodiscc
Copy link

nodiscc commented Nov 6, 2014

@Riduidel there's a proposition for themes management at shaarli#22
By the way, I've removed the nodiscc/shaarli-themes repo.
Do you think we could adapt your selector to work with this local themes system?

pikzen pushed a commit to pikzen/Shaarli that referenced this pull request Mar 29, 2015
Relates to sebsauvage#71
Relates to sebsauvage#95

Additions:
- Makefile for easy usage,
- Composer file to declare dev & test dependencies.

Features:
- PHP Copy/Paste Detect: detect duplicate code;
- PHP Code Sniffer: static analysis, syntax checking,
- PHP Mess Detector: static analysis, syntax checking.

Signed-off-by: VirtualTam <[email protected]>
fanch317 pushed a commit to fanch317/Shaarli that referenced this pull request Jul 26, 2015
fanch317 pushed a commit to fanch317/Shaarli that referenced this pull request Sep 1, 2015
…andards

Relates to sebsauvage#95

Usage
 - list available standards
   $ ./vendor/bin/phpcs -i
 - run PHPCS against a given standard
   $ make PHPCS_<standard>

Examples
 $ make PHPCS_PSR1
 $ make PHPCS_Zend

Signed-off-by: VirtualTam <[email protected]>
fanch317 pushed a commit to fanch317/Shaarli that referenced this pull request Apr 20, 2016
Relates to sebsauvage#95

Customizations for PHP/Shaarli:
 - add project information
 - index PHP files
 - index global functions
 - exclude directories

Usage
 $ make doxygen
 $ firefox doxygen/index.html &

Notes
 - classes can be found under "Data Structures"
 - global functions can be found under "Files > Globals > Functions"

Signed-off-by: VirtualTam <[email protected]>
sijnak pushed a commit to sijnak/Shaarli that referenced this pull request Nov 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a list of some remarkable CSS for shaarli
3 participants