Skip to content

Instantly share code, notes, and snippets.

@mikitebeka
Created March 12, 2010 19:08
Show Gist options
  • Select an option

  • Save mikitebeka/330640 to your computer and use it in GitHub Desktop.

Select an option

Save mikitebeka/330640 to your computer and use it in GitHub Desktop.
.
|-- Makefile
|-- README.rst
|-- LICENSE.txt
|-- build-cxfreeze
|-- clean.py
|-- cxfreeze_setup.py
|-- docs
| |-- images
| | |-- SauceRC_config.png
| | |-- SauceRC_logviewer.png
| | |-- SauceRC_rightClick.png
| | |-- SauceRC_running.png
| | |-- SauceRC_started.png
| | |-- SauceRC_stopped.png
| | `-- popup.png
| |-- index-mac.rst
| |-- index.html
| |-- index.rst
| `-- voidspace.css
|-- images
| |-- help.ico
| |-- innosetup_image_big.bmp
| |-- innosetup_image_small.bmp
| |-- sauce_logo.ico
| `-- selenium-rc-logo.ico
|-- innoexe.py
|-- mac
| |-- English.lproj
| | `-- InfoPlist.strings
| |-- JSON
| | |-- JSON.h
| | |-- NSObject+SBJSON.h
| | |-- NSObject+SBJSON.m
| | |-- NSString+SBJSON.h
| | |-- NSString+SBJSON.m
| | |-- SBJSON.h
| | |-- SBJSON.m
| | |-- SBJsonBase.h
| | |-- SBJsonBase.m
| | |-- SBJsonParser.h
| | |-- SBJsonParser.m
| | |-- SBJsonWriter.h
| | `-- SBJsonWriter.m
| |-- PackageBuilder.pmdoc
| | |-- 01sauce-contents.xml
| | |-- 01sauce.xml
| | `-- index.xml
| |-- Sauce RC.xib
| |-- mac.icns
| |-- mac_gui-Info.plist
| |-- mac_gui.xcodeproj
| | |-- project.pbxproj
| | |-- smcq.mode1v3
| | `-- smcq.pbxuser
| |-- mac_guiAppDelegate.h
| |-- mac_guiAppDelegate.m
| |-- mac_gui_Prefix.pch
| `-- main.m
|-- make.exe
|-- msvcp90.dll
|-- prebuild
|-- rst2html.py
|-- runtests
|-- server
| |-- __init__.py
| |-- browsers.json
| |-- common.py
| |-- css
| | |-- controller.css
| | |-- redmond
| | | |-- images
| | | | |-- ui-bg_flat_0_aaaaaa_40x100.png
| | | | |-- ui-bg_flat_55_fbec88_40x100.png
| | | | |-- ui-bg_glass_75_d0e5f5_1x400.png
| | | | |-- ui-bg_glass_85_dfeffc_1x400.png
| | | | |-- ui-bg_glass_95_fef1ec_1x400.png
| | | | |-- ui-bg_gloss-wave_55_5c9ccc_500x100.png
| | | | |-- ui-bg_inset-hard_100_f5f8f9_1x100.png
| | | | |-- ui-bg_inset-hard_100_fcfdfd_1x100.png
| | | | |-- ui-icons_217bc0_256x240.png
| | | | |-- ui-icons_2e83ff_256x240.png
| | | | |-- ui-icons_469bdd_256x240.png
| | | | |-- ui-icons_6da8d5_256x240.png
| | | | |-- ui-icons_cd0a0a_256x240.png
| | | | |-- ui-icons_d8e7f3_256x240.png
| | | | `-- ui-icons_f9bd01_256x240.png
| | | `-- jquery-ui-1.7.2.custom.css
| | `-- ui-lightness
| | |-- images
| | | |-- ui-bg_diagonals-thick_18_b81900_40x40.png
| | | |-- ui-bg_diagonals-thick_20_666666_40x40.png
| | | |-- ui-bg_flat_10_000000_40x100.png
| | | |-- ui-bg_glass_100_f6f6f6_1x400.png
| | | |-- ui-bg_glass_100_fdf5ce_1x400.png
| | | |-- ui-bg_glass_65_ffffff_1x400.png
| | | |-- ui-bg_gloss-wave_35_f6a828_500x100.png
| | | |-- ui-bg_highlight-soft_100_eeeeee_1x100.png
| | | |-- ui-bg_highlight-soft_75_ffe45c_1x100.png
| | | |-- ui-icons_222222_256x240.png
| | | |-- ui-icons_228ef1_256x240.png
| | | |-- ui-icons_ef8c08_256x240.png
| | | |-- ui-icons_ffd27a_256x240.png
| | | `-- ui-icons_ffffff_256x240.png
| | `-- jquery-ui-1.7.2.custom.css
| |-- default-config.json
| |-- env.py
| |-- images
| | |-- favicon.ico
| | |-- sauce-logo.png
| | |-- sauce-rc-logo.png
| | `-- selenium-rc-logo.png
| |-- index.html
| |-- js
| | |-- controller.js
| | |-- jquery-1.3.2.min.js
| | |-- jquery-1.4.1.min.js
| | |-- jquery-ui-1.7.2.custom.min.js
| | |-- jquery.qtip.min.js
| | `-- jquery.validate.min.js
| |-- license.html
| |-- log.py
| |-- logview.py
| |-- proxy.py
| |-- selenium-server.jar
| |-- server.py
| |-- tests
| | |-- __init__.py
| | |-- helpers.py
| | |-- html
| | | |-- test_integrity.html
| | | |-- test_intelligent_save.html
| | | |-- test_preferences_integrity.html
| | | |-- test_preferences_refresh.html
| | | |-- test_preferences_tabs.html
| | | |-- test_server_ajax.html
| | | `-- test_suite.html
| | |-- test.conf.example
| | |-- test_ajax_status.py
| | |-- test_intelligent_save.py
| | |-- test_prefs_integrity.py
| | |-- test_prefs_refresh.py
| | |-- test_prefs_tabs.py
| | |-- test_server_integrity.py
| | `-- testconf.py
| `-- version.py
|-- set-build-id
|-- setup.iss
|-- setup.py
|-- tests
| |-- __init__.py
| |-- common.py
| |-- test_sauceproxy.py
| `-- test_sauceserver.py
`-- win32
|-- __init__.py
|-- errors.log
|-- idle.ico
|-- running.ico
`-- saucerc.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment