Difference between revisions of "Weblogs"
From Drafts
(→Scripts to maintain/install/update WP) |
(→Migrating from MT-constantvzw.com to WP-www.constant.irisnet.be) |
||
(19 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Website development]] | ||
=== Migrating from MT-constantvzw.com to WP-www.constant.irisnet.be === | === Migrating from MT-constantvzw.com to WP-www.constant.irisnet.be === | ||
− | * url redirect through htaccess | + | * url redirect through htaccess, from the folder name and per-post redirection through the search engine(see http://www.constantvzw.com/blog_archive/000012.php ) the<span style="background-color:red;color:white;padding-left:3px;padding-right:3px;">completed for hupomnemata and kris_search</span> |
− | * show irisnet blogs feeds on constantvzw.com homepage + blog page | + | * show irisnet blogs feeds on constantvzw.com homepage + blog page <span style="background-color:green;color:white;padding-left:3px;padding-right:3px;">completed</span> |
* chmod constantvzw.com blog pages to read only | * chmod constantvzw.com blog pages to read only | ||
+ | * posts with media files are empty.qt files are dropped, for example: | ||
+ | http://www.constant.irisnet.be/~constant/westenberg/?p=20 (after verif: files still exist on constantvzw.com host)<span style="background-color:red;color:white;padding-left:3px;padding-right:3px;">an example of video insert is present on test blog</span> | ||
+ | * foto's larger than 450 wide, slip under categories | ||
+ | http://www.constant.irisnet.be/~constant/westenberg/?cat=7 | ||
+ | |||
+ | === WP-constantvzw.com === | ||
+ | * The weblog behind digitales-reloaded: [http://www.constantvzw.com/cyberf/reloaded/texts/ Cyberfeminism-e Reloaded] | ||
+ | * [http://www.constantvzw.com/soetart/ Soetart] | ||
=== Scripts to maintain/install/update WP === | === Scripts to maintain/install/update WP === | ||
Line 10: | Line 19: | ||
* install.sh : install WP from latest source | * install.sh : install WP from latest source | ||
* update.sh : copy latest source from WP; keeps old wp-content files | * update.sh : copy latest source from WP; keeps old wp-content files | ||
+ | |||
+ | @TODO: | ||
+ | * solve name collisions between blogs with same folder names: /blog and /agent_future/blog | ||
+ | * centralize array of blog informations to only update once when changes occur | ||
+ | * move blogs living in ~sound to ~constant to bee able to perform creation/backup/updates without being root. | ||
=== Using weblogs === | === Using weblogs === | ||
+ | |||
+ | * <strike>gather blog users from constant for a live meeting/tutorial</strike> | ||
+ | * make a report on the test blog about the blognite | ||
+ | * gather global categories, ie to produce the miscellaneous downloads page with text | ||
+ | * how to make distinction with feeds from outside cn, how to integrate 'tresor' feed into 'our weblogs' list? | ||
+ | * using trackback or pingback? | ||
+ | |||
+ | What Is Trackback? In layman’s terms, trackback is a way to notify a website when you publish and entry that references it. When you send it a trackback, a link with a short excerpt of your entry will appear on the referenced website. | ||
+ | [http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/ read more] | ||
+ | |||
+ | * how to secure trackbacks/pingbacks? to limit the trackback between certain hosts?(risk of spam). |
Latest revision as of 18:06, 20 December 2006
Contents
Migrating from MT-constantvzw.com to WP-www.constant.irisnet.be[edit]
- url redirect through htaccess, from the folder name and per-post redirection through the search engine(see http://www.constantvzw.com/blog_archive/000012.php ) thecompleted for hupomnemata and kris_search
- show irisnet blogs feeds on constantvzw.com homepage + blog page completed
- chmod constantvzw.com blog pages to read only
- posts with media files are empty.qt files are dropped, for example:
http://www.constant.irisnet.be/~constant/westenberg/?p=20 (after verif: files still exist on constantvzw.com host)an example of video insert is present on test blog
- foto's larger than 450 wide, slip under categories
http://www.constant.irisnet.be/~constant/westenberg/?cat=7
WP-constantvzw.com[edit]
- The weblog behind digitales-reloaded: Cyberfeminism-e Reloaded
- Soetart
Scripts to maintain/install/update WP[edit]
- backup.sh : makes backup of the databases and wp files
- install.sh : install WP from latest source
- update.sh : copy latest source from WP; keeps old wp-content files
@TODO:
- solve name collisions between blogs with same folder names: /blog and /agent_future/blog
- centralize array of blog informations to only update once when changes occur
- move blogs living in ~sound to ~constant to bee able to perform creation/backup/updates without being root.
Using weblogs[edit]
-
gather blog users from constant for a live meeting/tutorial - make a report on the test blog about the blognite
- gather global categories, ie to produce the miscellaneous downloads page with text
- how to make distinction with feeds from outside cn, how to integrate 'tresor' feed into 'our weblogs' list?
- using trackback or pingback?
What Is Trackback? In layman’s terms, trackback is a way to notify a website when you publish and entry that references it. When you send it a trackback, a link with a short excerpt of your entry will appear on the referenced website. read more
- how to secure trackbacks/pingbacks? to limit the trackback between certain hosts?(risk of spam).