Difference between pages "Package:Kde-meta (KDE SC 4 meta package)" and "Package talk:MediaWiki"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (more formatting)
 
 
Line 1: Line 1:
{{Ebuild
much of the cleanup had occurred.
|Summary=KDE - merge this to pull in all split kde-base/* packages
 
|CatPkg=kde-base/kde-meta
connection problems tonight
|Maintainer=
 
generate sitemaps....  if localhost/mediawiki or localhost/wiki sitemaps are placed @ localhost/sitemap-index-my_wiki.xml
 
<console>###i## php maintenance/generateSitemap.php --fspath ..</console>
 
obviously this needs more work....
 
robots.txt will go to seo but its worth documenting to this talk page commit....
 
syntax
http://www.robotstxt.org/robotstxt.html
 
database of spiders to use with robots.
http://www.robotstxt.org/db.html
 
 
== moar ==
super simple bootstrapping skin:
http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin
 
just requires navigation sub items are removed...  mobile phones cant edit pages, but you probably dont want them trying to anyways.
 
== forced cash revalidation ==
{{file|name=/var/www/localhost/mediawiki/includes/OutputPage.php|lang=php|desc=disable forced cache revalidation|body=
#$response->header( "Cache-Control: private, must-revalidate, max-age=0" );
}}
}}
{{PageNeedsUpdates}}
im a moron and realized i put cash instead of cache LOL 22:53, December 6, 2014 (UTC)
 
==Introduction==
* The KDE Plasma Desktop 4.x
* KDE Software Compilation


==Prerequisites==
i dont get obscene cache speeds with out disabling this by commenting it out.
=== Profile Configuration ===
<console>###i## sudo eselect profile add funtoo/1.0/linux-gnu/mix-ins/kde</console>


* X11 server, policykit, consolekit, udisks, etc.
before: (funtoos site as of [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]))
Requests per second:    11.57 [#/sec] (mean)
Transfer rate:          339.56 [Kbytes/sec] received


==Installation==
vs
===emerge ===
<console>###i## emerge kde-base/kde-meta</console>
<br />
* configuration
<br />
* Start KDE Plasma Desktop
<br />
<console>
###i##rc-service xdm start
</console>


==First Steps==
Requests per second:    4647.70 [#/sec] (mean)
* Additional configuration
Transfer rate:          100836.66 [Kbytes/sec] received
* 'Add-in' software
where its just bandwidth as the bottleneck.
{{EbuildFooter}}

Revision as of 22:53, December 6, 2014

much of the cleanup had occurred.

connection problems tonight

generate sitemaps.... if localhost/mediawiki or localhost/wiki sitemaps are placed @ localhost/sitemap-index-my_wiki.xml

root # php maintenance/generateSitemap.php --fspath ..

obviously this needs more work....

robots.txt will go to seo but its worth documenting to this talk page commit....

syntax http://www.robotstxt.org/robotstxt.html

database of spiders to use with robots. http://www.robotstxt.org/db.html


moar

super simple bootstrapping skin: http://www.mediawikibootstrapskin.co.uk/index.php?title=Get_BootStrapSkin

just requires navigation sub items are removed... mobile phones cant edit pages, but you probably dont want them trying to anyways.

forced cash revalidation

   /var/www/localhost/mediawiki/includes/OutputPage.php (php source code) - disable forced cache revalidation
#$response->header( "Cache-Control: private, must-revalidate, max-age=0" );

im a moron and realized i put cash instead of cache LOL 22:53, December 6, 2014 (UTC)

i dont get obscene cache speeds with out disabling this by commenting it out.

before: (funtoos site as of Threesixes (talk)) Requests per second: 11.57 [#/sec] (mean) Transfer rate: 339.56 [Kbytes/sec] received

vs

Requests per second: 4647.70 [#/sec] (mean) Transfer rate: 100836.66 [Kbytes/sec] received where its just bandwidth as the bottleneck.