Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnaclebarnes committed Jun 4, 2009
0 parents commit 8f729a9
Show file tree
Hide file tree
Showing 208 changed files with 46,833 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// Silence is golden.
?>
4 changes: 4 additions & 0 deletions plugins/advanced-category-excluder/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2009. 05. 12. - DjZoNe
1.4.3:
- removed "$force == 1"
- removed "getarchives_join" filter
87 changes: 87 additions & 0 deletions plugins/advanced-category-excluder/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
=== Advanced Category Excluder ===
Contributors: DjZoNe
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Advanced%20Category%20Excluder%20for%20Wordpress
Tags: post, feed, rss, search, categories, list, archives, dashboard, manage, plugin, sidebar, widget, seo, google, cms, comments, sitemap
Requires at least: 2.3
Tested up to: 2.7.1
Stable tag: 1.4.3

The No.1 content separator, content manager, content excluder, sidebar widget manager plugin to enable CMS like functionality. It includes search engine optimization, you can create real sub pages from traditional categories, manage your RSS feeds, modify your pages, links, link categories and more.

== Description ==

This plugin was born because there was a no other real alternative to enable **content sparationd and some CMS like functionalities** in WordPress.
The main goal was, to enhance WordPress’s functionalities, to hide some unwanted categories, from defined parts of the blog.

Today, **ACE** can override your search results, your RSS feed listing, your category listing, your recent post, and recent post widgets and also your entry page, or even hide whole categories of posts from web crawlers if you want to.
This is great, for **SEO** reasons, for content separation, for grouping information, and handle them as real sub pages.

**[Download now!](http://downloads.wordpress.org/plugin/advanced-category-excluder.1.4.3.zip)**

[Support](http://ace.dev.rain.hu/) |
[FAQ](http://ace.dev.rain.hu/faq/) |
[DjZoNe](http://djz.hu) |
[Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Advanced%20Category%20Excluder%20for%20Wordpress)

Some functions:

* Integration with **Google (XML) Sitmap Generator** plugin
* Effective category management
* Effective content separation
* Enables **CMS-like** functionality
* **RSS feed** manipulation
* Search result manipulation
* Category list manipulation
* Support for **Event Calendar**
* Handles multiple link categories
* **noindex, nofollow** web crawler options for robots - **great for SEO**
* Own **Recent Comments, Recent Posts and Categories widgets** have been added
* Backward SQL compatibility with **MySQL 4.0**
* Nice control panel, called **ACE Dashboard**
* Localization added (swedish, french and hungarian translation included)
* Bundeled POT file for translators
* WordPress 2.7 UI

== Screenshots ==
1. ACE Dashboard - Settings screen
2. ACE Dashboard - Categories screen

== Frequently Asked Questions ==

= I've got 404 pages in the admin while browsing ACE submenus =

Check the plugin folder location.
It should be 'wp-content/plugins/advanced-category-excluder'.

= Does this plugin affect my category listing on the sidebar? =

Let's say yes, and no.

It can affect if you want to.

= Does this plugin support widgets ? =

Well, yes and no again :)

We does not support the genuine the calendar, and the recent comments widgets. Thus there is our own recent comments widget. And the calendar is on the way.

= Does this plugin works with the newest versions of WordPress ? =

We, who update, patch, and develope this plugin alway using the latest stable version, so as far as we are active ( I hope we'll until we reach world domination... :D ) the newest versions will support the most current version of WordPress.

= Does this plugin works with older versions of WordPress ? =

First of all, I suggest you to take the effort, and upgrade, due to security reasons.

But yes we have the older WP users in our mind, while we develope this plugin.

= Does this plugin works for tags? =

Not yet ;)
But in the future it will :)

== Installation ==

1. Upload the contents of the ZIP file to `/wp-content/plugins/advanced-category-excluder/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Set customize the settings, under ACE root menu
14 changes: 14 additions & 0 deletions plugins/advanced-category-excluder/ace-widgets.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/*
Plugin Name: Advanced Category Excluder Widgets
Version: 1.4.3
Plugin URI: http://advanced-category-excluder.dev.rain.hu
Description: This plugin one basic widgetsm that support exclusion
Author: DjZoNe
Author URI: http://djz.hu/
*/

require_once("widgets/recent-comments.php");
require_once("widgets/recent-posts.php");
require_once("widgets/categories.php");
?>
Loading

0 comments on commit 8f729a9

Please sign in to comment.