Title: WP-Venus
Author: mortenf
Published: <strong>26. 3. 2007</strong>
Last modified: 31. 8. 2009

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://s.w.org/plugins/geopattern-icon/wp-venus.svg)

# WP-Venus

 Autor: [mortenf](https://profiles.wordpress.org/mortenf/)

[Stáhnout](https://downloads.wordpress.org/plugin/wp-venus.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/wp-venus/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/wp-venus/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/wp-venus/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/wp-venus/#developers)

 [Podpora](https://wordpress.org/support/plugin/wp-venus/)

## Popis

This plugin monitors a [Planet Venus](http://www.intertwingly.net/code/venus/) cache

directory and syndicates new entries as posts. It automagically creates users and
categories as necessary.

The plugin was originally released on [Binary Relations](http://www.wasab.dk/morten/blog/archives/2006/10/22/wp-venus)
by [Morten Frederiksen](http://www.wasab.dk/morten/).

### Maintenance

When running correctly, the WordPress Venus plugin automatically adds users, categories
and posts as needed, based on the information in the Atom entry files from the Venus
cache directory. Each Atom entry file is only parsed when created or updated, so
you may update existing posts, categories and users in WordPress as needed, in case
something looks odd — your changes will not be overwritten unless the entry file
is updated. If you delete a post, the plugin will try to remove the corresponding
Atom entry file in the cache directory as well. For that to work, the web server
process needs write permission to the cache directory.

If you find that the same users suddenly appears more than once in the WordPress
user system (this may happen if the same user posts from different sources), you
can use the Venus options screen to merge the two into one. The merge will be preserved
for future arriving posts. This is accomplished by storing unique IDs for each user,
as can be seen and maintained on the user edit screen.

Since the plugin scans the Venus cache directory to look for updates, you will likely
find, that it slows down after a while. You may want to clean out the cache directory
every now and then, possibly through the use of a cron job, and Venus’s -x switch.

### License

Copyright (c) 2006-2009 Morten Høybye Frederiksen [morten@wasab.dk](https://cs.wordpress.org/plugins/wp-venus/morten@wasab.dk?output_format=md)

Permission to use, copy, modify, and distribute this software for any
 purpose with
or without fee is hereby granted, provided that the above copyright notice and this
permission notice appear in all copies.

THE SOFTWARE IS PROVIDED „AS IS“ AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD
TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

## Snímky obrazovky

 * [[
 * Venus Options
 * [[
 * Merging Users
 * [[
 * Link Category Mapping

## Instalace

 1. Install the WordPress Venus plugin as any other plugin into the wp-content/plugins
    directory.
 2. Activate the plugin from the WordPress plugin administration screen.
 3. Go to the Venus option screen and configure:
 4.  * Absolute path to the Venus cache directory:
        This must contain the complete 
       location of the Venus Atom entry files on the local server that WordPress is
       running on, that is, the value of the cache_directory setting in the Venus configuration
       file. The directory may contain subdirectories, but they will not be examined.
     * Minimum update interval (minutes):
        This interval should be set to a little 
       lower than the interval at which Venus itself is run. If you run Venus every
       hour, try setting this to 55 minutes.
     * Default role for new users:
        Change this if you want users created by the plugin
       to have a different role (the default is „Author“).
     * Default parent for new categories:
        Select a category if you want automatically
       created categories to have a parent instead of being created at the top level.
     * Use link category mapping:
        Check this if you want to use link/source specific
       category mapping.
     * Tag with source URL?:
        Check this if you want the plugin to assign a tag with
       the URL of the source to each new post.
     * Check entry size?:
        Check this if you want the plugin to not only check the 
       modification time of entries in the cache directory, but also see if the size
       of each entry file has changed.
     * Use original link to post?:
        Check this if you want permalinks on index pages
       and in feeds to point at the remote site where the post originated from.
 5. Set up a cron job to fetch http://yoursite.example.com/wp-content/plugins/wp-venus.
    php every hour or so (at least the interval you configured above). You probably
    want to schedule this the same way you schedule Venus itself. If you are unable
    to schedule cron jobs, you may instead uncomment the very last line of the plugin(
    the one with ‚wp_head‘ and ‚update‘). That will make the plugin look for posts 
    on page loads, but only as often as specified in the update interval configuration.
    This is not the recommend method, as it slows down page loads for (some) visitors.
 6. Sit back and relax…

## Nejčastější dotazy

  Do I really need cron to use this plugin?

No.

If you are unable to schedule cron jobs, you may instead uncomment the very last
line of the plugin (the one with ‚wp_head‘ and ‚update‘). That will make the plugin
look for posts on page loads, but only as often as specified in the update interval
configuration. This is not the recommend method, as it slows down page loads for(
some) visitors. Also, you likely need cron to run Venus itself anyway…

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

WP-Venus je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

 *   [ mortenf ](https://profiles.wordpress.org/mortenf/)

[Přeložte “WP-Venus” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/wp-venus)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/wp-venus/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/wp-venus/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/wp-venus/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/wp-venus/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.3

 * Added per-source and per-link tagging etc.
 * Added optional parent category for new categories.
 * Added category defaults, splitting and mapping per blogroll link.
 * Now uses configuration for comment/ping open/closed defaults.
 * Various fixes.

#### 1.2

 * Fixed file includes for WordPress MU.

#### 1.1

 * Added option for tagging with source URL.
 * Added button for immediate update from cache.
 * Added user consolidation mantainance.
 * Added selectable default user role.
 * Improved compatibility with WordPress MU.
 * Fixed problem with Gengo-compatibility.
 * Fixed category parsing.

#### 1.0

 * Released on http://svn.wp-plugins.org/wp-venus/

#### 0.6

 * Added flag for optional checking of entry file size for detecting updates
 * Added debug log
 * Fixed GUID generation

#### 0.5

 * On post delete now also removes cache file, if possible

#### 0.4

 * To improve response time, a separate GET of the plugin is now needed
 * Better category handling
 * Improved user consolidation
 * Permalinks also supported for guid
 * Fixed bug regarding using atom:id as permalink

#### 0.3

 * Added complete feed support
 * Fixed invalid permalinks

#### 0.2

 * Improved handling of missing categories and excerpts
 * Better author identification and creation
 * Fixed permalink generation
 * Added user consolidation routine

#### 0.1

 * Initial release

## Meta

 *  Verze **1.3**
 *  Poslední aktualizace **před 17 roky**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 2.0.4 nebo novější **
 *  Testováno až do WordPressu **2.5.1**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/wp-venus/)
 * Štítků
 * [Atom](https://cs.wordpress.org/plugins/tags/atom/)[feeds](https://cs.wordpress.org/plugins/tags/feeds/)
   [integration](https://cs.wordpress.org/plugins/tags/integration/)[rss](https://cs.wordpress.org/plugins/tags/rss/)
   [syndication](https://cs.wordpress.org/plugins/tags/syndication/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/wp-venus/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Přidat moje hodnocení](https://wordpress.org/support/plugin/wp-venus/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/wp-venus/reviews/)

## Spolupracovníci

 *   [ mortenf ](https://profiles.wordpress.org/mortenf/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/wp-venus/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://www.mfd-consult.dk/paypal/)