<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=Alpine_ACF_Skins</id>
	<title>Alpine ACF Skins - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=Alpine_ACF_Skins"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Alpine_ACF_Skins&amp;action=history"/>
	<updated>2026-04-10T14:34:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Alpine_ACF_Skins&amp;diff=9839&amp;oldid=prev</id>
		<title>Ttrask: Ttrask moved page Alpine Skins to Alpine ACF Skins without leaving a redirect: Should have ACF in the title</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Alpine_ACF_Skins&amp;diff=9839&amp;oldid=prev"/>
		<updated>2014-02-04T21:10:50Z</updated>

		<summary type="html">&lt;p&gt;Ttrask moved page &lt;a href=&quot;/w/index.php?title=Alpine_Skins&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Alpine Skins (page does not exist)&quot;&gt;Alpine Skins&lt;/a&gt; to &lt;a href=&quot;/wiki/Alpine_ACF_Skins&quot; title=&quot;Alpine ACF Skins&quot;&gt;Alpine ACF Skins&lt;/a&gt; without leaving a redirect: Should have ACF in the title&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:10, 4 February 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ttrask</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Alpine_ACF_Skins&amp;diff=9838&amp;oldid=prev</id>
		<title>Ttrask: Initial cut with some content stolen from Alpine_Configuration_Framework_Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Alpine_ACF_Skins&amp;diff=9838&amp;oldid=prev"/>
		<updated>2014-02-04T21:10:03Z</updated>

		<summary type="html">&lt;p&gt;Initial cut with some content stolen from Alpine_Configuration_Framework_Design&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= ACF Skins =&lt;br /&gt;
&lt;br /&gt;
ACF has support for multiple skins.&amp;lt;br&amp;gt;Only a few skins are available. Feel free to contribute by programming css-stylesheets for ACF. &lt;br /&gt;
&lt;br /&gt;
== Directory Structure ==&lt;br /&gt;
&lt;br /&gt;
Sample skins are located in the /usr/share/acf/www/skins/ directory. User-modifiable skins can be added to the /etc/acf/skins/ directory. Each skin is located in its own subdirectory and contains one or more of the following files:&lt;br /&gt;
* &amp;#039;skin&amp;#039;.css - the main CSS file for the skin&lt;br /&gt;
* &amp;#039;skin&amp;#039;-ie.css - Internet Explorer-specific CSS file (loaded in addition to &amp;#039;skin&amp;#039;.css)&lt;br /&gt;
* &amp;#039;skin&amp;#039;.js - javascript file for the skin&lt;br /&gt;
&lt;br /&gt;
=== Images ===&lt;br /&gt;
&lt;br /&gt;
It is common for skins to include image files. Skin-specific image files should be located in the skin subdirectory. Please see the sample skins for how to include images.&lt;br /&gt;
&lt;br /&gt;
The acf-skin package also includes a variety of [http://tango.freedesktop.org/Tango_Icon_Library tango] images located in the static/tango directory.&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
&lt;br /&gt;
As of acf-core-0.15.1, skins can also include template files. The acf_www-controller will look in the following locations for skin-specific templates before searching /usr/share/acf:&lt;br /&gt;
* &amp;#039;skindirectory&amp;#039;/template-&amp;#039;controller&amp;#039;-&amp;#039;action&amp;#039;-&amp;#039;viewtype&amp;#039;.lsp&lt;br /&gt;
* &amp;#039;skindirectory&amp;#039;/template-&amp;#039;controller&amp;#039;-&amp;#039;viewtype&amp;#039;.lsp&lt;br /&gt;
* &amp;#039;skindirectory&amp;#039;/template-&amp;#039;action&amp;#039;-&amp;#039;viewtype&amp;#039;.lsp&lt;br /&gt;
* &amp;#039;skindirectory&amp;#039;/template-&amp;#039;viewtype&amp;#039;.lsp&lt;br /&gt;
&lt;br /&gt;
For example, the acf_www-controller will check the following locations for action /acf-util/skins/read with viewtype &amp;#039;html&amp;#039; while using skin &amp;#039;wik&amp;#039;:&lt;br /&gt;
* /usr/share/acf/www/skins/wik/template-skins-read-html.lsp&lt;br /&gt;
* /usr/share/acf/www/skins/wik/template-skins-html.lsp&lt;br /&gt;
* /usr/share/acf/www/skins/wik/template-read-html.lsp&lt;br /&gt;
* /usr/share/acf/www/skins/wik/template-html.lsp&lt;br /&gt;
&lt;br /&gt;
== Sample Skins ==&lt;br /&gt;
&lt;br /&gt;
Some example skins are available: &lt;br /&gt;
&lt;br /&gt;
*/usr/share/acf/www/skins/alps/ &lt;br /&gt;
*/usr/share/acf/www/skins/cloud/ &lt;br /&gt;
*/usr/share/acf/www/skins/ice/ &lt;br /&gt;
*/usr/share/acf/www/skins/snow/&lt;br /&gt;
*/usr/share/acf/www/skins/wik/ &lt;br /&gt;
&lt;br /&gt;
== How To Contribute  ==&lt;br /&gt;
&lt;br /&gt;
Make a new skin folder. &lt;br /&gt;
&lt;br /&gt;
 mkdir -p /etc/acf/skins/myskin&lt;br /&gt;
&lt;br /&gt;
Create a css file called as the folder. &lt;br /&gt;
&lt;br /&gt;
 touch /etc/acf/skins/myskin/myskin.css&lt;br /&gt;
&lt;br /&gt;
Now you can start editing your myskin.css.&amp;lt;br&amp;gt;If you have ACF running on the computer, you can browse to https://&amp;amp;lt;hostname&amp;amp;gt;/cgi-bin/acf/acf-util/skins/read and switch to your new skin (called myskin) and see the results of your changes. &lt;br /&gt;
&lt;br /&gt;
Pack your myskin folder, containing your css file (and images, if there are any).&amp;lt;br&amp;gt;Send this patch to acf@lists.alpinelinux.org &amp;#039;&amp;#039;(&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Don&amp;#039;t forget to [http://wiki.alpinelinux.org/w/index.php?title=Mailing_lists subscribe] before sending your patch)&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
[[Category:ACF]] [[Category:Lua]]&lt;/div&gt;</summary>
		<author><name>Ttrask</name></author>
	</entry>
</feed>