Skip to content

Commit

Permalink
readme, screenshot updated
Browse files Browse the repository at this point in the history
  • Loading branch information
maor committed Sep 8, 2012
1 parent 104d0a1 commit ed6092a
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 8 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
162 changes: 162 additions & 0 deletions .gitignore
@@ -0,0 +1,162 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover

## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp

# ReSharper is a .NET coding add-in
_ReSharper*

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML



############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations

#Mr Developer
.mr.developer.cfg

# Mac crap
.DS_Store
Binary file added languages/padate-he_IL.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin-activation-date.php
Expand Up @@ -2,7 +2,7 @@
/*
* Plugin Name: Plugin Activation Date
* Plugin URI: http://wordpress.org/
* Description: Shows when each plugin was last activated. Useful in instances that deal with many plugins.
* Description: Shows when each plugin was last activated. Useful in instances where many plugins are installed.
* Version: 1.0
* Author: Maor Chasen
* Author URI: http://maorchasen.com
Expand Down
10 changes: 3 additions & 7 deletions readme.txt
Expand Up @@ -16,17 +16,13 @@ Current features:
* Adds a new column on the plugins dashboard screen that shows when each plugin was activated, only if PAD was installed before
* Control whether you'd like to see a relative date or a "regular" date as set under Settings > General

Feel free to post your feature requests, issues and pull requests to [Plugin Activation Date on GitHub](https://github.com/automattic/camptix "CampTix on GitHub").
Feel free to post your feature requests, issues and pull requests to [Plugin Activation Date on GitHub](https://github.com/maor/plugin-activation-date "PAD on GitHub").

== Installation ==

1. Download and extract CampTix in your `wp-content/plugins` directory
1. Download and extract PAD in your `wp-content/plugins` directory
1. Activate the plugin through the Plugins menu in WordPress
1. Go to Tickets - Setup to configure your event settings and payment methods
1. Creat a ticket or two, place the `[camptix]` shortcode on a Page
1. Start selling!

For more information, visit the [Getting Started](https://github.com/automattic/camptix/wiki "Getting Started") guide on CampTix Wiki.
1. You're all set!

== Screenshots ==

Expand Down
Binary file added screenshot-1.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed6092a

Please sign in to comment.